vue-admin icon indicating copy to clipboard operation
vue-admin copied to clipboard

compile error resolved

Open freiegeister opened this issue 7 years ago • 0 comments

you need to modify webpack.base.conf.js file: add "_"

{ test: /.js$/, loader: 'babel-loader', include: projectRoot, // /node_modules/(?!vue-bulma-.*)/ exclude: [new RegExp(node_modules\\${path.sep}(?!_vue-bulma-.*))] },

freiegeister avatar Nov 16 '17 03:11 freiegeister