aui / artDialog

经典的网页对话框组件

Home Page:http://aui.github.com/artDialog/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpack引入插件在大小写敏感文件系统上报错

RunningCoderLee opened this issue · comments

webpack2.2.3

相关配置如下:

plugins: [
      ...
      new ProvidePlugin({
        $              : 'jquery',
        jQuery         : 'jquery',
        'window.jQuery': 'jquery',
        'window.$'     : 'jquery',
      })
    ]

报错信息如下:
111