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 a677ace commit 6692f4dCopy full SHA for 6692f4d
index.js
@@ -31,6 +31,10 @@ module.exports = (api, options) => {
31
const hasKeyFile = keyExists(keyFile)
32
const contentScriptEntries = Object.keys((componentOptions.contentScripts || {}).entries || {})
33
34
+ if (pluginOptions.modesToZip !== undefined) {
35
+ logger.warn('Deprecation Notice: setting NODE_ENV should be used in favored of options.modesToZip')
36
+ }
37
+
38
const entry = {}
39
const entries = {}
40
if (componentOptions.background) {
0 commit comments