File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
12
- - added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
12
+ - added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
13
+ - added TerserPlugin options to webpack to maintain function names in debug builds
14
+
13
15
- Pixi: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
16
+ - Pixi: added TerserPlugin options to webpack to maintain function names in debug builds
17
+
14
18
- Phaser: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
19
+ - Phaser: added TerserPlugin options to webpack to maintain function names in debug builds
20
+
15
21
- CreateJS: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
22
+ - CreateJS: added TerserPlugin options to webpack to maintain function names in debug builds
16
23
17
24
## [ 2.0.0] - 2024-05-09
18
25
You can’t perform that action at this time.
0 commit comments