1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

remove decorator proposal plugin from ant example (fixes #5985) (#6002)

This commit is contained in:
Zack Tanner 2019-01-06 15:11:16 -08:00 committed by Tim Neutkens
parent 5d8ae4456e
commit 22f9009816
2 changed files with 1 additions and 5 deletions

View file

@ -1,7 +1,6 @@
{ {
"presets": ["next/babel"], "presets": ["next/babel"],
"plugins": [ "plugins": [
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
[ [
"import", { "import", {
"libraryName": "antd", "libraryName": "antd",

View file

@ -16,8 +16,5 @@
"react": "^16.7.0", "react": "^16.7.0",
"react-dom": "^16.7.0" "react-dom": "^16.7.0"
}, },
"license": "ISC", "license": "ISC"
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0"
}
} }