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 a5896af commit b22389cCopy full SHA for b22389c
webpack/webpack.config.js
@@ -38,7 +38,7 @@ const postcssLoader = {
38
}
39
};
40
41
-module.exports = function(env/* @if jasmine || tape || mocha*/, { runTest, analyze }/* @endif */) {
+module.exports = function(env, { /* @if jasmine || tape || mocha*/runTest, /* @endif */analyze }) {
42
const production = env === 'production' || process.env.NODE_ENV === 'production';
43
// @if jasmine || tape || mocha
44
const test = env === 'test' || process.env.NODE_ENV === 'test';
0 commit comments