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

Es6 node_modules are not transpiled properly #129

Closed
dweiger opened this issue Aug 29, 2018 · 1 comment
Closed

Es6 node_modules are not transpiled properly #129

dweiger opened this issue Aug 29, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@dweiger
Copy link
Member

dweiger commented Aug 29, 2018

If I use a es6 plugin from node_modules and import it to my own plugin the code is not transpiled to es5. That leeds to problems with ie11.
A solution would be to add 'node_modules' to gerneralIcludePaths in webpack.config.js.
I already did that in the branch 'fix-es6-node-modules'. It works for me.
@SheepFromHeaven or @jurekbarth do you see any problems with including the node modules here?
If so we should find another solution.

@janrembold
Copy link
Contributor

PR #130

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

No branches or pull requests

2 participants