We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a84ffb commit 966ff5dCopy full SHA for 966ff5d
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 0.1.4
4
+- feat: flag to disable optimizations for pre-built assets reducing test time up to 30%
5
+- feat: customizations of bundle options `optimize` and `external` per unit test
package.json
@@ -1,6 +1,6 @@
{
"name": "web-test-runner-performance",
- "version": "0.0.4",
+ "version": "0.1.4",
"description": "",
"main": "./index.js",
6
"module": "./index.js",
0 commit comments