Skip to content

Commit 2e7e74c

Browse files
committed
changelog
1 parent 41ff2b9 commit 2e7e74c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111

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+
1315
- 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+
1418
- 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+
1521
- 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
1623

1724
## [2.0.0] - 2024-05-09
1825

0 commit comments

Comments
 (0)