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