Revision bf997c452acb85eb386e101a8f5f345b2826f461 authored by Thomas Guillet on 11 January 2021, 17:07:04 UTC, committed by GitHub on 11 January 2021, 17:07:04 UTC
1 parent a00f94d
Raw File
babel.config.js
module.exports = {
  presets: [
    ["@vue/cli-plugin-babel/preset", { useBuiltIns: "entry"}]
  ],
}
back to top