Skip to content

Instantly share code, notes, and snippets.

@victors1681
Created December 9, 2018 06:29
Show Gist options
  • Save victors1681/4e3a313d78472fc8f77aa8a83c1728d0 to your computer and use it in GitHub Desktop.
Save victors1681/4e3a313d78472fc8f77aa8a83c1728d0 to your computer and use it in GitHub Desktop.
module.exports = api => {
api.cache(true);
return {
presets: ["@babel/preset-env", "@babel/preset-react"],
plugins: ["@babel/plugin-proposal-class-properties"]
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment