Update for overlapping paths

main
Ashelyn Dawn 7 months ago
parent 5a221e75b9
commit c1fa6784d4
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -15,6 +15,7 @@ module.exports = withBundleAnalyzer({
optimizeCss: true
},
productionBrowserSourceMaps: true,
trailingSlash: true,
webpack(config) {
config.module.rules.push({
test: /\.svg$/,
@ -23,4 +24,4 @@ module.exports = withBundleAnalyzer({
return config;
}
})
})

Loading…
Cancel
Save