diff --git a/vue.config.js b/vue.config.js index 7f39b80..9e28428 100644 --- a/vue.config.js +++ b/vue.config.js @@ -10,9 +10,7 @@ module.exports = { configureWebpack: { plugins: [ new webpack.DefinePlugin({ - "process.env": { - PACKAGE_VERSION: `"${version}"`, - }, + "process.env.PACKAGE_VERSION": `"${version}"`, }), new MomentLocalesPlugin(), ],