1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

extract addStorage api from dataApi and add its test

replace module-alias with babel-plugin-webpack-alias
This commit is contained in:
Dick Choi
2016-08-25 23:53:30 +09:00
parent fb8041fb4b
commit 88538257ac
4 changed files with 211 additions and 8 deletions

View File

@@ -7,12 +7,7 @@
"test": {
"presets": ["react", "es2015"],
"plugins": [
[
"module-alias",
[
{ "src": "./browser", "expose": "browser" }
]
]
[ "babel-plugin-webpack-alias", { "config": "${PWD}/webpack.config.js" } ]
]
}
}