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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
* (improvement) The code is now always compiled per entry file
35
35
* (improvement) Build TypeScript for the `esnext` module system, that (amongst other things) allows to use `import()`.
36
36
* (bug) Compile every entry into a separate directory, to avoid issues with the clean plugin.
37
-
* (bc) Now you can defined which packages in`node_modules`should NOT be transformed. Use `.ignoreNpmPackages(...)`.
37
+
* (bc) Not all npm packages are automatically transpiled anymore. You need to define which packages from`node_modules`to transpile via Babel by using `.compileNpmPackages(...)`.
38
38
* (feature) Even if not recommended (use SCSS!), we now support compiling CSS via webpack (not as entry point though). The CSS will be injected into the head dynamically.
0 commit comments