Thanks to visit codestin.com Credit goes to github.com
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 4b50e9a commit 05b3940Copy full SHA for 05b3940
esbuild-config.mjs
@@ -8,8 +8,8 @@ export default {
8
format: 'iife',
9
globalName: 'Plotly',
10
bundle: true,
11
- minify: true,
12
- sourcemap: true,
+ minify: false,
+ sourcemap: false,
13
plugins: [
14
glsl({
15
minify: true,
@@ -19,9 +19,7 @@ export default {
19
}),
20
babel({
21
modules: 'umd',
22
- config: {
23
- presets: ['@babel/preset-env'],
24
- }
+ // config: { presets: ['@babel/preset-env'] }
25
26
],
27
alias: {
@@ -30,6 +28,6 @@ export default {
30
28
define: {
31
29
global: 'window',
32
},
33
- target: 'es5',
+ target: 'es2016',
34
logLevel: 'info',
35
};
0 commit comments