Revision f9c3a5813447228af6ccf9b022ea6e66c57077e3 authored by Thomas Guillet on 13 May 2020, 06:16:20 UTC, committed by Thomas Guillet on 13 May 2020, 06:16:20 UTC
1 parent b1fc0c6
Raw File
babel.config.js
module.exports = {
  presets: [
    ['@vue/app', { useBuiltIns: "entry"}]
  ],
}
back to top