Closed franciscolourenco closed 4 years ago
According to the Vue CLI docs, "staging" and other production-like envs can be used by setting the mode to staging, and setting NODE_ENV=production.
NODE_ENV=production
Currently vue-cli-plugin-browser-extension relies on mode being 'production' or in adding other modes to pluginOptions.browserExtension.modesToZip.
vue-cli-plugin-browser-extension
pluginOptions.browserExtension.modesToZip
Perhaps it would make more sense to rely on NODE_ENV=production so that the plugin works like Vue CLI.
According to the Vue CLI docs, "staging" and other production-like envs can be used by setting the mode to staging, and setting
NODE_ENV=production
.Currently
vue-cli-plugin-browser-extension
relies on mode being 'production' or in adding other modes topluginOptions.browserExtension.modesToZip
.Perhaps it would make more sense to rely on
NODE_ENV=production
so that the plugin works like Vue CLI.