在Angular Universal中包含jQuery插件

时间:2016-08-01 14:52:18

标签: angular jquery-plugins webpack angular-universal

请帮助解决这个问题。

angular2-webpack-starter 中导入jquery插件我执行此操作: 在webpack.config中定义 ProvidePlugin 中的jquery变量:

jQuery:' jquery', $:' jquery',

......等等。

在ts组件中我导入插件,例如:

import 'jquery.backstretch'

一切正常,在console.log中显示了lib。

您能否帮助 angular2 universal webpack ???

做些什么

我也这样做,但在开始时

dist/server/index.js

它会抛出错误

ReferenceError: jQuery is not defined
at Object.<anonymous> (/Users/artem/projects/universal-starter/node_modules/jquery.backstretch/jquery.backstretch.js:1472:3)

0 个答案:

没有答案