Skip to content
Snippets Groups Projects
Forked from Språksamlingane / beta.ordbok.uib.no
1240 commits behind the upstream repository.
babel.config.js 184 B
module.exports = {
  presets: [
    '@vue/cli-plugin-babel/preset'
  ],
  plugins: ["@babel/plugin-proposal-nullish-coalescing-operator", "@babel/plugin-proposal-optional-chaining"]
}