mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 15:57:37 +08:00
babel-preset-es2015 (now?) has to be defined as a dependency
Else you get Error: Cannot find module 'es2015'
This commit is contained in:
parent
d14375d022
commit
4e95f92232
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@
|
|||
"babel-loader": "^6.1.0",
|
||||
"babel-plugin-transform-runtime": "^6.1.18",
|
||||
"babel-preset-es2015-loose": "^7.0.0",
|
||||
"babel-preset-es2015": "*",
|
||||
"babel-preset-stage-0": "^6.1.18",
|
||||
"babel-runtime": "^6.1.18",
|
||||
"eslint": "^1.9.0",
|
||||
|
|
Loading…
Reference in a new issue