aboutsummaryrefslogtreecommitdiffstats
path: root/config/webpack.prod.js
Commit message (Collapse)AuthorAgeFilesLines
* 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...)