diff --git a/vue.config.js b/vue.config.js index febfbd83..b61640f3 100644 --- a/vue.config.js +++ b/vue.config.js @@ -46,7 +46,26 @@ module.exports = { entryOnly: true } ]); - config.plugin("lodash").use(LodashModuleReplacementPlugin); + config.plugin("lodash").use(LodashModuleReplacementPlugin, [ + { + shorthands: true, + cloning: true, + currying: true, + caching: true, + collections: true, + exotics: true, + guards: true, + metadata: true, + deburring: true, + unicode: true, + chaining: true, + memoizing: true, + coercions: true, + flattening: true, + paths: false, + placeholders: true + } + ]); } else if (process.env.NODE_ENV === "test") { config.devtool("eval"); config.module