aboutsummaryrefslogtreecommitdiffstats
path: root/config/webpack.common.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: move htdocs to repo rootArmand Philippot2021-10-301-2/+2
|
* build(webpack): fix prod config for assetsArmand Philippot2021-10-291-2/+2
| | | | Assets used in Sass was not looking in the right directory once built.
* build: fix webpack runtime configArmand Philippot2021-10-191-0/+3
| | | | | Some errors occured when updating scss files. It seems to be a runtime issue: by adding a single runtime I no longer have errors.
* build: add webpack configArmand Philippot2021-10-171-0/+99
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...)