Skip to content

Commit 0e13d4f

Browse files
committed
ES5 build configuration fix
1 parent 17c80d5 commit 0e13d4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ module.exports = {
135135

136136
mode: ENV,
137137

138+
target: ['web', 'es5'],
139+
138140
optimization: configEnv.optimization,
139141

140142
module: {

0 commit comments

Comments
 (0)