artDialog icon indicating copy to clipboard operation
artDialog copied to clipboard

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

Open RunningCoderLee opened this issue 8 years ago • 0 comments

webpack2.2.3

相关配置如下:

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

报错信息如下: 111

RunningCoderLee avatar Apr 10 '17 13:04 RunningCoderLee