UNPKG

@gvanleemputten/react-netlify-identity-gotrue

Version:

A pure React (hooks-based) API to Netlify Identity / GoTrue, fully implementing all auth workflows

7 lines (6 loc) 201 B
module.exports = function (api) { api.cache(true); const presets = ["@babel/preset-react",]; const plugins = ["@babel/plugin-proposal-optional-chaining"]; return { presets, plugins }; };