Results 1 issues of 0xffff00

webpack.base.config.js中与iview*.js对应的babel-loader规则也许应该加上: exclude: /node_modules/ ```javascript { test: /iview\/.*?js$/, loader: 'babel-loader' exclude: /node_modules/