mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
This commit is contained in:
parent
5d8ae4456e
commit
22f9009816
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"presets": ["next/babel"],
|
"presets": ["next/babel"],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
["@babel/plugin-proposal-decorators", { "decoratorsBeforeExport": true }],
|
|
||||||
[
|
[
|
||||||
"import", {
|
"import", {
|
||||||
"libraryName": "antd",
|
"libraryName": "antd",
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue