Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit faaff88

Browse files
committed
drop babel step
1 parent 4bf46a2 commit faaff88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

esbuild-config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { glsl } from 'esbuild-plugin-glsl';
22
import { environmentPlugin } from 'esbuild-plugin-environment';
3-
import babel from 'esbuild-plugin-babel';
3+
// import babel from 'esbuild-plugin-babel';
44

55
export default {
66
entryPoints: ['./lib/index.js'],
@@ -17,10 +17,12 @@ export default {
1717
environmentPlugin({
1818
NODE_DEBUG: false,
1919
}),
20+
/*
2021
babel({
2122
modules: 'umd',
2223
// config: { presets: ['@babel/preset-env'] }
2324
}),
25+
*/
2426
],
2527
alias: {
2628
stream: 'stream-browserify',

0 commit comments

Comments
 (0)