Webpack web target

This commit is contained in:
Mark McDowall
2024-11-26 17:37:21 -08:00
parent 2f62494adc
commit a90866a73e
+1
View File
@@ -26,6 +26,7 @@ module.exports = (env) => {
const config = {
mode: isProduction ? 'production' : 'development',
devtool: isProduction ? 'source-map' : 'eval-source-map',
target: 'web',
stats: {
children: false