ember-cli-terser
ember-cli-terser copied to clipboard
JavaScript minification for Ember-CLI
The combination of ember-cli-terser 4.0.2, sourcemaps, and asset fingerprinting with the prepend option seems broken. It works with 4.0.1. The generated sourcemap just has a single file in its "arrays"...
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Updating to v4.0.2 gives us the following in our build logs: ``` error 08-Jul-2021 12:04:17 Error: Unexpected token: punc (:) error 08-Jul-2021 12:04:17 at TerserWriter error 08-Jul-2021 12:04:17 -~- created...
production builds started failing when I upgraded to ember 3.0.0.beta.2 ```bash ember build -e production cleaning up... Build failed. Build Error (UglifyWriter) name.definition is not a function Stack Trace and...
Fixes #275. ember-cli-terser 4.0.2 contains a regression documented in #275 which forces people using both ember-cli-terser and broccoli-asset-rev to pin ember-cli-terser to 4.0.1. One way forward is to revert the...
We had an incident after updating webpack. Turns out that the webpack update **changed the content** of `vendor-${fingerprint}.js` but **did not update** the `fingerprint`. We also use `ember-cli-sri` that adds...