- Update static configuration
- Builder refactor
- Fix for images stretching to far
This commit is contained in:
Sonny Bakker 2020-10-17 13:19:49 +02:00
parent b6921a20e7
commit 9e5e05c056
15 changed files with 568 additions and 341 deletions

View file

@ -40,7 +40,8 @@ export default {
allChunks: true,
}),
new CleanWebpackPlugin({
cleanOnceBeforeBuildPatterns: ['**/*', '!favicon.png'],
cleanOnceBeforeBuildPatterns: ['js', 'css', 'fonts'],
cleanAfterEveryBuildPatterns: ['!fonts/**'],
}),
],
};