v2ex_frontend icon indicating copy to clipboard operation
v2ex_frontend copied to clipboard

Update webpack.base.config.js

Open i06 opened this issue 7 years ago • 0 comments

遇到如下错误

Entry module not found: Error: Can't resolve 'babel' in 'v2ex_frontend-master'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.

and

[Vue warn]: Vue is a constructor and should be called with the `new` keyword
./src/components/App.vue
Module build failed: TypeError: this._init is not a function

所以 webpack 里的相关配置要更新一下了

i06 avatar Aug 04 '17 01:08 i06