core icon indicating copy to clipboard operation
core copied to clipboard

How to integrate it with vue?

Open gustawdaniel opened this issue 4 years ago • 0 comments

https://cli.vuejs.org/guide/webpack.html#using-resolved-config-as-a-file

In Vue I can only:

  • chainWebpack
  • configureWebpack

And usage of '@easy-webpack/core' and generateConfig leads to error

RangeError: Maximum call stack size exceeded
RangeError: Maximum call stack size exceeded
    at Function.isArray (<anonymous>)
    at assign (/home/daniel/exp/meteor-webpack-client-example/vue-app/node_modules/@easy-webpack/assign/dist/index.js:8:15)

I want to use vue.config.js

gustawdaniel avatar Mar 28 '20 09:03 gustawdaniel