We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: