You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
If I'm not wrong by running npm run build it should produce "a production build" but I see that, for example, index.html has a reference to styles.css and not styles.min.css.
Also the dist folder contains ALL files including minified ones so a deploy to production is not possible because files should be removed and edited by hand.
The text was updated successfully, but these errors were encountered:
endymion00
changed the title
build does not produce minified code
build does not produce a production dist folder
Oct 14, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I'm not wrong by running npm run build it should produce "a production build" but I see that, for example, index.html has a reference to styles.css and not styles.min.css.
Also the dist folder contains ALL files including minified ones so a deploy to production is not possible because files should be removed and edited by hand.
The text was updated successfully, but these errors were encountered: