We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
loader 定义为 xxx 时,查找顺序是 xxx-loader => xxx,当 恰巧 node_modules 目录下不存在 xxx-loader 而存在 xxx 时(在 npm3 中有可能会出现),则将 xxx 误作为 loader 加载了。
xxx
The text was updated successfully, but these errors were encountered:
fix issue #11
1295a75
fix issue nowa-webpack/nowa-server#11
5ac2080
No branches or pull requests
loader 定义为
xxx
时,查找顺序是 xxx-loader => xxx,当 恰巧 node_modules 目录下不存在 xxx-loader 而存在 xxx 时(在 npm3 中有可能会出现),则将 xxx 误作为 loader 加载了。The text was updated successfully, but these errors were encountered: