easy-webpack / core

An easy way to create configuration files for Webpack
MIT License
68 stars 6 forks source link

How to integrate it with vue? #50

Open gustawdaniel opened 4 years ago

gustawdaniel commented 4 years ago

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

In Vue I can only:

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