aboutsummaryrefslogtreecommitdiffstats
path: root/config/webpack.prod.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: convert html files to phpArmand Philippot2021-10-301-48/+0
| | | | | Now I can use php to determine current env and load static CSS file if it is prod.
* build(webpack): fix prod config for assetsArmand Philippot2021-10-291-0/+3
| | | | Assets used in Sass was not looking in the right directory once built.
* build: add webpack configArmand Philippot2021-10-171-0/+45
Downgrade Imagemin-SVGO to v9 because v10 is incompatible with image minimizer. Change ESlint config to avoid lint error (should be dependency instead of devDependency...)