File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.0] - unreleased
9+
10+ ### Changed
11+
12+ - Pixi: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
13+ - Pixi: added TerserPlugin options to webpack to maintain function names in debug builds
14+
15+ - Phaser: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
16+ - Phaser: added TerserPlugin options to webpack to maintain function names in debug builds
17+
18+ - CreateJS: added TerserPlugin options to webpack to drop ` console.log ` and ` console.info ` in production builds
19+ - CreateJS: added TerserPlugin options to webpack to maintain function names in debug builds
20+
821## [ 2.0.0] - 2024-05-09
922
1023### Changed
You can’t perform that action at this time.
0 commit comments