Skip to content

Commit

Permalink
fix: reduces bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed May 26, 2019
1 parent 1b447f5 commit bf1b8b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
// presets: ["@vue/app"]
presets: ["bili/babel"]
presets: [["@vue/app", { useBuiltIns: false }]]

// presets: ["bili/babel"]
};

0 comments on commit bf1b8b8

Please sign in to comment.