Open petersam11 opened 6 years ago
/node_modules/buble-loader/index.js 在这个文件上把const config = loaderUtils.getOptions(this) 改成 const config = loaderUtils.getOptions(this) || {} 就可以了
Getting the same issue on fresh vue init webpack
vue init webpack
/node_modules/buble-loader/index.js 在这个文件上把const config = loaderUtils.getOptions(this) 改成 const config = loaderUtils.getOptions(this) || {} 就可以了