aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* chore: move htdocs to repo rootArmand Philippot2021-10-302-4/+4
|
* build(webpack): fix prod config for assetsArmand Philippot2021-10-292-2/+5
| | | | Assets used in Sass was not looking in the right directory once built.
* build(webpack): watch html files to refresh them on changeArmand Philippot2021-10-281-1/+1
|
* 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-174-0/+250
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...)