Skip to content

Commit 7db61ae

Browse files
Fedikrichard67
andauthored
Fix bootstrap when debug is On (#41043)
Co-authored-by: Richard Fath <[email protected]>
1 parent 72d4deb commit 7db61ae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/build-modules-js/javascript/build-bootstrap-js.es6.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ const build = async () => {
4848
browsers: [
4949
'> 1%',
5050
'not op_mini all',
51-
/** https://caniuse.com/es6-module */
52-
'chrome >= 61',
53-
'safari >= 11',
54-
'edge >= 16',
55-
'Firefox >= 60',
5651
],
5752
},
5853
},

0 commit comments

Comments
 (0)