File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 22
33## 0.30.0
44
5+ * [ BEHAVIOR CHANGE] Encore now resolves loaders directly form its
6+ ` node_modules/ ` , instead of by name. This change will cause a behavior
7+ change if you do any of the following:
8+
9+ * Add a different version of a loader (that Encore embeds) into your
10+ ` package.json ` : the different loader won't be used anymore.
11+
12+ * Require a package that also included one of our embedded loaders:
13+ depending on which one was hoisted it could result in a different
14+ behavior.
15+
16+ * Manipulate the generated config and filter loaders based on their
17+ names: the comparison won't be the same anymore
18+
19+ See #739 thanks to @Lyrkan .
20+
521 * Upgraded ` clean-webpack-plugin ` from ` ^0.1.19 ` to ` ^3.0.0 ` . You
622 should not notice significant changes unless you use
723 ` Encore.cleanupOutputBeforeBuild() ` and pass custom options.
824 For more info, see [ v1 to v2 upgrade notes] ( https://github.com/johnagan/clean-webpack-plugin/issues/106 )
925 and [ v2 to v3 upgrade notes] ( https://github.com/johnagan/clean-webpack-plugin/releases/tag/v3.0.0 ) .
1026 There were no changes from ` 0.1.19 ` to ` 1.0.0 ` .
1127
28+ * Encore will now correctly recognize a project-wide ` babel.config.js ` file - #738
29+ thanks to @jdreesen .
30+
1231 * The ` fork-ts-checker-webpack-plugin ` package was upgraded for the tests
1332 from ` ^0.4.1 ` to ` ^4.0.0 ` . If you're using ` enableForkedTypeScriptTypesChecking() ` ,
1433 you control the ` fork-ts-checker-webpack-plugin ` version in your
You can’t perform that action at this time.
0 commit comments