Skip to content

Commit

Permalink
Add bili/babel preset and re-build files
Browse files Browse the repository at this point in the history
  • Loading branch information
cristijora committed Aug 13, 2019
1 parent 1741d6a commit f418c9f
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 351 deletions.
10 changes: 1 addition & 9 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
module.exports = {
presets: [
[
'@vue/app',
{
polyfills: false,
useBuiltIns: false
},
]
],
presets: ['bili/babel'],
};
1 change: 1 addition & 0 deletions bili.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module.exports = {
input: 'src/index.js',
presets: ['bili/babel'],
output: {
format: ['esm', 'cjs', 'umd-min'],
moduleName: 'VoicenterEventsSDK',
Expand Down
Loading

0 comments on commit f418c9f

Please sign in to comment.