ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0
Module not found: Error: Can't resolve 'style-loader' in?
當(dāng)報這個錯時,要把:webpack.config.js
從
,{test: /\.css$/, loader: "style-loader!css-loader" }
改為:
ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0
Module not found: Error: Can't resolve 'style-loader' in?
當(dāng)報這個錯時,要把:webpack.config.js
從
改為: