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.
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.