Only clear known static nested folders on startup
This commit is contained in:
parent
ab7a4d9a8a
commit
51ffd82648
2 changed files with 2 additions and 3 deletions
|
|
@ -3427,7 +3427,6 @@
|
||||||
"is_active": true,
|
"is_active": true,
|
||||||
"date_joined": "2019-07-18T18:52:36.080Z",
|
"date_joined": "2019-07-18T18:52:36.080Z",
|
||||||
"email": "sonny@bakker.nl",
|
"email": "sonny@bakker.nl",
|
||||||
"task": 10,
|
|
||||||
"reddit_refresh_token": null,
|
"reddit_refresh_token": null,
|
||||||
"reddit_access_token": null,
|
"reddit_access_token": null,
|
||||||
"groups": [],
|
"groups": [],
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,8 @@ export default {
|
||||||
allChunks: true,
|
allChunks: true,
|
||||||
}),
|
}),
|
||||||
new CleanWebpackPlugin({
|
new CleanWebpackPlugin({
|
||||||
cleanOnceBeforeBuildPatterns: ['**/*', '!favicon.png'],
|
cleanOnceBeforeBuildPatterns: ['js', 'css', 'fonts'],
|
||||||
cleanAfterEveryBuildPatterns: ['!fonts/*'],
|
cleanAfterEveryBuildPatterns: ['!fonts/**'],
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue