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 78d7fff commit a4bfef6Copy full SHA for a4bfef6
scripts/build.js
@@ -14,6 +14,7 @@ const banner = `/**
14
const options = {
15
entryPoints: [entrypoint],
16
format: 'esm',
17
+ target: 'es2019',
18
bundle: true,
19
sourcemap: true,
20
loader: { '.js': 'jsx' },
0 commit comments