diff --git a/README.md b/README.md index 19177b6..6022ce2 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,10 @@ When using `vue-cli`, use this instead module.exports = { ... chainWebpack: config => { - config + config.module .rule('ts') - .include - .add(/vuex-composition-helpers/) + .exclude + .add(/node_modules\/vuex-composition-helpers/) } } ```