mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
3071856a8e
Summary: The prod build was failing because it couldn't find the .babelrc. I decided to put the babelrc in the main nylas-mail repo with the expectation that it'll need to be in the open source version too. To DRY up this for us building, we sylink the root one to the client-app babelrc Also since we now dereference symlinks we don't need to do the full copy of nylas-private-resources so we don't have two error reporters floating around Test Plan: npm run build-client Reviewers: juan, spang Reviewed By: juan, spang Differential Revision: https://phab.nylas.com/D3993
7 lines
77 B
Text
7 lines
77 B
Text
{
|
|
"presets": [
|
|
"electron",
|
|
"react"
|
|
],
|
|
"sourceMaps": "inline"
|
|
}
|