ember-cli / ember-cli

The Ember.js command line utility.

Home Page:https://cli.emberjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fails to fingerprint in production mode

BryanCrotaz opened this issue · comments

ember version 4.12.1 & 4.12.2,node 16 & 18

ember build --environment=production only fingerprints the chunk files
ember build --environment production and ember build -prod both correctly fingerprint all asset files

Docs say to use --environment=production
ember-cli-deploy uses --environment=production

Reproducible by @NullVoxPopuli on a new clean project

works in 5.3

@NullVoxPopuli Do you have any more info here?

I believe the instructions in the OP to be sufficient for reproduction