Skip to content

Commit cee9926

Browse files
author
Jannik Zschiesche
committed
Update changelog
1 parent b74b66f commit cee9926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* (improvement) The code is now always compiled per entry file
3535
* (improvement) Build TypeScript for the `esnext` module system, that (amongst other things) allows to use `import()`.
3636
* (bug) Compile every entry into a separate directory, to avoid issues with the clean plugin.
37-
* (bc) Now only specific modules in `node_modules` are transformed. You need to set your packages explicity via `.compileNpmPackages(...)`.
37+
* (bc) Now you can defined which packages in `node_modules` should NOT be transformed. Use `.ignoreNpmPackages(...)`.
3838
* (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.
3939

4040

0 commit comments

Comments
 (0)