0.3.3
- Update static configuration - Builder refactor - Fix for images stretching to far
This commit is contained in:
parent
b6921a20e7
commit
9e5e05c056
15 changed files with 568 additions and 341 deletions
|
|
@ -40,7 +40,8 @@ export default {
|
|||
allChunks: true,
|
||||
}),
|
||||
new CleanWebpackPlugin({
|
||||
cleanOnceBeforeBuildPatterns: ['**/*', '!favicon.png'],
|
||||
cleanOnceBeforeBuildPatterns: ['js', 'css', 'fonts'],
|
||||
cleanAfterEveryBuildPatterns: ['!fonts/**'],
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue