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 4fe8287 commit 7253963Copy full SHA for 7253963
karma.conf.js
@@ -324,9 +324,9 @@ module.exports = function(config) {
324
// esbuild options
325
target: 'es2017',
326
define: {
327
- COVERAGE: coverage,
+ COVERAGE: JSON.stringify(coverage),
328
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV || ''),
329
- ENABLE_PERFORMANCE: performance
+ ENABLE_PERFORMANCE: JSON.stringify(performance)
330
},
331
plugins: [createEsbuildPlugin()]
332
}
package.json
@@ -288,7 +288,7 @@
288
"csstype": "^3.0.5",
289
"diff": "^5.0.0",
290
"errorstacks": "^2.4.0",
291
- "esbuild": "^0.11.21",
+ "esbuild": "^0.16.10",
292
"eslint": "5.15.1",
293
"eslint-config-developit": "^1.1.1",
294
"eslint-config-prettier": "^6.5.0",
0 commit comments