chore(docz-example-basic): remove babel module resolver

This commit is contained in:
Pedro Nauck
2018-03-24 11:52:59 -03:00
parent 68cbcba103
commit 9da4599013
2 changed files with 6 additions and 10 deletions

View File

@@ -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"
]
}

View File

@@ -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"
}
}