File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
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
13
16
14
17
## [ 2.0.0] - 2024-05-09
15
18
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ module.exports = (env) => {
27
27
return {
28
28
stats : 'errors-only' ,
29
29
30
- mode : isProduction ? 'production' :'development' ,
31
-
32
30
devServer : {
33
31
open : true ,
34
32
client : { overlay : true } ,
You can’t perform that action at this time.
0 commit comments