We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2863bdb commit d69d67fCopy full SHA for d69d67f
common/web/lm-worker/build-wrap-and-minify.js
@@ -35,6 +35,7 @@ if(MINIFY) {
35
sourcesContent: DEBUG,
36
minify: true,
37
keepNames: true,
38
+ target: 'es5',
39
outfile: `build/lib/worker-main.polyfilled.min.js`
40
});
41
}
0 commit comments