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 2
2
3
3
## 0.30.0
4
4
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
+
5
21
* Upgraded ` clean-webpack-plugin ` from ` ^0.1.19 ` to ` ^3.0.0 ` . You
6
22
should not notice significant changes unless you use
7
23
` Encore.cleanupOutputBeforeBuild() ` and pass custom options.
8
24
For more info, see [ v1 to v2 upgrade notes] ( https://github.com/johnagan/clean-webpack-plugin/issues/106 )
9
25
and [ v2 to v3 upgrade notes] ( https://github.com/johnagan/clean-webpack-plugin/releases/tag/v3.0.0 ) .
10
26
There were no changes from ` 0.1.19 ` to ` 1.0.0 ` .
11
27
28
+ * Encore will now correctly recognize a project-wide ` babel.config.js ` file - #738
29
+ thanks to @jdreesen .
30
+
12
31
* The ` fork-ts-checker-webpack-plugin ` package was upgraded for the tests
13
32
from ` ^0.4.1 ` to ` ^4.0.0 ` . If you're using ` enableForkedTypeScriptTypesChecking() ` ,
14
33
you control the ` fork-ts-checker-webpack-plugin ` version in your
You can’t perform that action at this time.
0 commit comments