mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:02:35 +08:00
eb8810e01b
- 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
7 lines
144 B
JSON
7 lines
144 B
JSON
{
|
|
"breakConfig": true,
|
|
"sourceMap": "inline",
|
|
"blacklist": ["es6.forOf", "useStrict"],
|
|
"optional": ["asyncToGenerator"],
|
|
"stage": 0
|
|
}
|