We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d859da commit b740110Copy full SHA for b740110
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 0.22.0
4
+
5
+ * [BC BREAK] The values/paths in entrypoints.json were previously
6
+ stripped of their opening slash. That behavior has been changed:
7
+ the opening slash is now included: Before: `build/foo.js`, After: `/build/foo.js`.
8
9
## 0.21.0
10
11
* [BC BREAK] Webpack was upgraded to version 4. This includes a number of major
0 commit comments