mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-30 20:07:48 +08:00
feat(babel6): Replace stage-0 with electron
This commit is contained in:
parent
679837316b
commit
5251819942
2 changed files with 2 additions and 4 deletions
|
@ -16,8 +16,7 @@
|
|||
"async": "^0.9",
|
||||
"babel-core": "6.8.x",
|
||||
"babel-preset-electron": "file:///Users/evanmorikawa/Code/babel-preset-electron",
|
||||
"babel-preset-react": "6.5.x",
|
||||
"babel-preset-stage-0": "6.5.x",
|
||||
"babel-preset-react": "6.5.0",
|
||||
"babel-regenerator-runtime": "6.5.x",
|
||||
"bluebird": "^2.9",
|
||||
"chrono-node": "^1.1.2",
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"presets": [
|
||||
"electron",
|
||||
"react",
|
||||
"stage-0"
|
||||
"react"
|
||||
],
|
||||
"sourceMaps": "inline"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue