vuejs-templates / webpack

A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
MIT License
9.7k stars 4.38k forks source link

在 mac上用vue-cli 报Cannot read property 'transforms' of null 这个错 #1385

Open petersam11 opened 6 years ago

petersam11 commented 6 years ago

image /node_modules/buble-loader/index.js 在这个文件上把const config = loaderUtils.getOptions(this) 改成 const config = loaderUtils.getOptions(this) || {} 就可以了

chrislandeza commented 6 years ago

Getting the same issue on fresh vue init webpack