- 
                Notifications
    
You must be signed in to change notification settings  - Fork 269
 
Open
Description
Good morning,
I have been using jointswp since 2018.
I just switched to the builder on node 11.
I also switched in the gulfile to babel-preset-env:1.7.0.
That said, I always leave as in your package.json the babel-preset-E2015 in duplicate with babel-preset-env
"devDependencies": {
"babel-preset-es2015": "^6.5.0",
"babel-preset-env": "^1.6.1", ==> DONE 1.7.0 in package-lock.json
Here is the usage of the babel-preset-end in gulp:
.pipe(plugin.babel({
presets: ['env'],
compact: true,
ignore: ['what-input.js']
}))
E2015's rxjs dependency is giving me trouble and taking too long to download.
Can I permanently remove babel-preset-E2015?
Could you do/test the same thing please?
Metadata
Metadata
Assignees
Labels
No labels