mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-27 02:34:14 +08:00
chore(docz-example-basic): remove babel module resolver
This commit is contained in:
@@ -4,12 +4,6 @@
|
||||
"@babel/preset-react"
|
||||
],
|
||||
"plugins": [
|
||||
"emotion",
|
||||
["module-resolver", {
|
||||
"alias": {
|
||||
"playgrodd": "../../node_modules/playgrodd/dist/index.js",
|
||||
"playgrodd-theme-default": "../../node_modules/playgrodd-theme-default/dist/index.js"
|
||||
}
|
||||
}]
|
||||
"emotion"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,13 +10,15 @@
|
||||
"playgrodd": "^0.0.1",
|
||||
"playgrodd-theme-default": "^0.0.1",
|
||||
"prop-types": "^15.6.1",
|
||||
"react-emotion": "^9.0.2"
|
||||
"react": "^16.2.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-emotion": "^9.0.2",
|
||||
"react-router-dom": "^4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.0.0-beta.42",
|
||||
"@babel/preset-env": "^7.0.0-beta.42",
|
||||
"@babel/preset-react": "^7.0.0-beta.42",
|
||||
"babel-plugin-emotion": "^9.0.1",
|
||||
"babel-plugin-module-resolver": "^3.1.0"
|
||||
"babel-plugin-emotion": "^9.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user