Webpack web target

(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
pull/3897/head
Mark McDowall 2 months ago committed by Bogdan
parent 05f303436b
commit 5028ed4027

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