Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RunningCoderLee opened this issue Apr 10, 2017 · 0 comments
Open

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

RunningCoderLee opened this issue Apr 10, 2017 · 0 comments

Comments

@RunningCoderLee
Copy link

webpack2.2.3

相关配置如下:

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

报错信息如下:
111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant