npm run build 失败
webpack 4.37.0 ,vue3.9.3 打包提示Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders 这个还需要在webpack.config.js里面添加 const VueLoaderPlugin = require('vue-loader/lib/plugin') plugins: [ // 请确保引入这个插件来施展魔法 new VueLoaderPlugin() ] 才能build成功