Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gulpfile on node11 #441

Open
mjezegou opened this issue Jun 16, 2023 · 0 comments
Open

gulpfile on node11 #441

mjezegou opened this issue Jun 16, 2023 · 0 comments

Comments

@mjezegou
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant