zl程序教程

您现在的位置是:首页 >  前端

当前栏目

webpack入门

2023-09-11 14:20:28 时间
ERROR in ./demo.js
Module not found: Error: Can't resolve 'style' in 'C:\Users\Kim.gao\Desktop\webpack入门\app入门\app'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
                 You need to specify 'style-loader' instead of 'style',
                 see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed
 @ ./demo.js 1:0-33

解决方法:

require("!style-loader!css-loader!./style.css");