使用Webpack2导入PNotify

时间:2017-09-05 09:49:31

标签: angular browser webpack-2 pnotify

我正在尝试在我的Angular4 + Bootstrap3应用程序中使用PNotify。 我已经安装了pnotify npm package@types/jquery.pnotify定义。我在import 'pnotify';中添加了vendor.ts。到目前为止,应用程序编译没有问题。

但是,当代码到达该点时,我正在Chrome中使用 PNotify is not defined 例外。

我的vendor.js包含dist子文件夹中的缩小文件。 pnotify in vendor.js

我甚至试过这个,但没有成功:https://github.com/sciactive/pnotify/issues/212#issuecomment-246915323

我错过了什么?

0 个答案:

没有答案