Skip to content

Instantly share code, notes, and snippets.

@malihassan20
Created January 17, 2018 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malihassan20/879aaf9eaeb4685d344e402dc0730f7a to your computer and use it in GitHub Desktop.
Save malihassan20/879aaf9eaeb4685d344e402dc0730f7a to your computer and use it in GitHub Desktop.
nextJs-tour-diary-app\.babelrc
{
"presets": ["next/babel"],
"plugins": [
["transform-decorators-legacy"],
[
"inline-import",
{
"extensions": [".css"]
},
"import",
{
"libraryName": "antd"
}
],
["inline-dotenv"]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment