move static files & fixes

This commit is contained in:
Matteo Pagliazzi
2019-10-15 18:45:20 +02:00
parent 86eeb3c849
commit 9297685825
376 changed files with 8 additions and 6 deletions

View File

@@ -38,6 +38,7 @@ envVars
});
module.exports = {
assetsDir: 'static',
configureWebpack: {
plugins: [
new DuplicatesPlugin({
@@ -90,7 +91,8 @@ module.exports = {
.use('svg-in-css')
.loader('svg-url-loader')
.options({
limit: 10000,
limit: 4000,
name: 'svg/[contenthash].[ext]',
})
.end()
.use('svgo-loader')