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
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
* (improvement) Build TypeScript for the `esnext` module system, that (amongst other things) allows to use `import()`.
38
38
* (bug) Compile every entry into a separate directory, to avoid issues with the clean plugin.
39
39
* (bc) Now only specific modules in `node_modules` are transformed. You need to set your packages explicity via `.compileNpmPackages()`.
40
+
* (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