UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
babel.config.js 157 B
Newer Older
Graham Smith's avatar
Graham Smith committed
module.exports = {
  presets: [
    "@vue/cli-plugin-babel/preset",
    [
      "@vue/babel-preset-jsx",
      {
        injectH: false
      }
    ]
  ]
Graham Smith's avatar
Graham Smith committed
};