Skip to content

Commit 0540395

Browse files
committed
changelog
1 parent 70e5387 commit 0540395

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

0 commit comments

Comments
 (0)