airyland / vux-loader

hack into vue-loader
64 stars 37 forks source link

按照官方merge了vux-loader之后,如果用happypack处理vue-loader页面出不来 #69

Open Imagine-Klaus opened 6 years ago

Imagine-Klaus commented 6 years ago

module.exports = vuxLoader.merge(webpackConfig, { plugins: ['vux-ui'] });


# use happyPack in webpack.base.conf.js
```js

  {
      test: /\.vue$/,
      use: ['happypack/loader?id=vueLoader'],
      options: vueLoaderConfig
   },

不知道是否和使用的vux有关系 但是使用了happyPack之后页面空白且没有报错