We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e552b commit 2fc2cd3Copy full SHA for 2fc2cd3
webpack.config.js
@@ -213,7 +213,7 @@ export default {
213
__VUE_PROD_DEVTOOLS__: false, // do not enable devtools support in production
214
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: false, // https://github.com/vuejs/vue-cli/pull/7443
215
}),
216
- // all environment variables used in bundled js via process.env must be defined here
+ // all environment variables used in bundled js via process.env must be declared here
217
new EnvironmentPlugin({
218
TEST: 'false',
219
0 commit comments