Skip to content

Commit 41ff2b9

Browse files
committed
changelog update
1 parent 622b0b9 commit 41ff2b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

1010
### Changed
1111

12-
- Pixi: added TerserPlugin options to webpack to drop `console.log` in production builds
12+
- added TerserPlugin options to webpack to drop `console.log` and `console.info` in production builds
13+
- Pixi: added TerserPlugin options to webpack to drop `console.log` and `console.info` in production builds
14+
- Phaser: added TerserPlugin options to webpack to drop `console.log` and `console.info` in production builds
15+
- CreateJS: added TerserPlugin options to webpack to drop `console.log` and `console.info` in production builds
1316

1417
## [2.0.0] - 2024-05-09
1518

webpack.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ module.exports = (env) => {
2727
return {
2828
stats: 'errors-only',
2929

30-
mode: isProduction ? 'production':'development',
31-
3230
devServer: {
3331
open: true,
3432
client: { overlay: true },

0 commit comments

Comments
 (0)