Commit 2658151
committed
minor #757 Update 0.29.0 changelog regarding CommonJS imports following the file-loader update (Lyrkan)
This PR was merged into the master branch.
Discussion
----------
Update 0.29.0 changelog regarding CommonJS imports following the file-loader update
As noted in #743 the file-loader update we did in 0.29.0 has a breaking change when files are imported using the CommonJS syntax.
Since the loader is now exporting ES modules by default, importing them with `require(...)` retrieves the whole module and not only the default export.
We'll also have to update the Github changelog after merging this (closes #743).
Commits
-------
1be64f3 Update 0.29.0 changelog regarding CommonJS imports following the file-loader update1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments