This website requires JavaScript.
Explore
Help
Sign in
Foundry376
/
Mailspring
Watch
1
Star
1
Fork
You've already forked Mailspring
0
mirror of
https://github.com/Foundry376/Mailspring.git
synced
2024-11-12 04:25:31 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d8d1c53150
Mailspring
/
static
/
babelrc.json
8 lines
77 B
JSON
Raw
Normal View
History
Unescape
Escape
fix(babel): Roll back to babel@5, see details - move babelrc to static so that it can be used during the build process and also whenever the app is transpiling things on the fly. - move babel back to version 5, which is compatible with `apm install`. (babel 6 seems to require the "dedupe" behavior of NPM3) - update harmony-collections to use an unpublished commit that fixes the "WeakMap is not generic" issue
2015-11-08 06:27:18 +08:00
{
feat(babel6): Add babel presets and lint for require.default
2016-05-04 06:42:13 +08:00
"presets"
:
[
feat(babel6): Switch to using local babel-preset-electron
2016-05-05 06:03:49 +08:00
"electron"
,
feat(babel6): Replace stage-0 with electron
2016-05-05 07:03:39 +08:00
"react"
feat(babel6): Add babel presets and lint for require.default
2016-05-04 06:42:13 +08:00
]
,
"sourceMaps"
:
"inline"
fix(babel): Roll back to babel@5, see details - move babelrc to static so that it can be used during the build process and also whenever the app is transpiling things on the fly. - move babel back to version 5, which is compatible with `apm install`. (babel 6 seems to require the "dedupe" behavior of NPM3) - update harmony-collections to use an unpublished commit that fixes the "WeakMap is not generic" issue
2015-11-08 06:27:18 +08:00
}
Reference in a new issue
Copy permalink