Revision 41cc94d663fd0cb8b42e1bc76b37b4ab0a75ab9e authored by Matti Schneider on 16 May 2020, 10:21:51 UTC, committed by Matti Schneider on 16 May 2020, 10:21:51 UTC
Plutôt que celles qui soulignent des erreurs
1 parent e16d4ef
Raw File
babel.config.js
module.exports = {
  presets: [
    ['@vue/app', { useBuiltIns: "entry"}]
  ],
}
back to top