You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 update
0 commit comments