Skip to content

Commit 41184a2

Browse files
committed
feat: use esbuild
1 parent ac00423 commit 41184a2

12 files changed

+30823
-18241
lines changed

babel.config.js

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export default {
2+
plugins: [
3+
'@babel/plugin-syntax-dynamic-import',
4+
// '@babel/plugin-proposal-partial-application',
5+
'@babel/plugin-proposal-optional-chaining',
6+
'@babel/plugin-proposal-nullish-coalescing-operator',
7+
'@babel/plugin-proposal-class-properties',
8+
// ['@babel/plugin-proposal-pipeline-operator', { proposal: 'smart' }],
9+
// [
10+
// '@babel/plugin-transform-runtime',
11+
// {
12+
// regenerator: true,
13+
// },
14+
// ],
15+
],
16+
};

dist/vue-material-adapter.amd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vue-material-adapter.cjs.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)