运用 webpack 过程中遇到的错误总结
1、vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in @ ./src/index.js 2:0-27 8:19-22

2、Module parse failed: Unexpected character '#' (16:0)
命令行安装 npm i style-loader css-loader

1、vue-loader was used without the corresponding plugin. Make sure to include VueLoaderPlugin in @ ./src/index.js 2:0-27 8:19-22

2、Module parse failed: Unexpected character '#' (16:0)
命令行安装 npm i style-loader css-loader
