UNPKG

315 BJavaScriptView Raw
1module.exports = (api, options) => {
2 return {
3 sourceType: "unambiguous",
4 presets: ["next/babel"],
5 plugins: [
6 "babel-gql/plugin",
7 require("./dist/node/cli/babel-plugin-translations"),
8 require("./dist/node/cli/babel-plugin-debug"),
9 ],
10 };
11};