Revision 7e498842fbada45e470a02c23eff9df2e96518f4 authored by Thomas Guillet on 31 March 2021, 19:38:59 UTC, committed by Thomas Guillet on 01 April 2021, 12:56:53 UTC
1 parent 9961860
Raw File
babel.config.js
module.exports = {
  presets: [
    ["@vue/cli-plugin-babel/preset", { useBuiltIns: "entry"}]
  ],
}
back to top