Webpack web target

pull/7426/head
Mark McDowall 3 months ago
parent 2f62494adc
commit a90866a73e

@ -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

Loading…
Cancel
Save