Skip to content

gulpfile on node11 #441

@mjezegou

Description

@mjezegou

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions