Open freiegeister opened 7 years ago
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-.)`)] },
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-.)`)] },