-
Notifications
You must be signed in to change notification settings - Fork 941
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
Add .babelrc
(and similar) to .npmignore
#381
Comments
escwald
pushed a commit
to escwald/debug
that referenced
this issue
Dec 19, 2016
…ed and which is not built with the module.
escwald
pushed a commit
to escwald/debug
that referenced
this issue
Dec 19, 2016
…ed and which is not built with the module.
I had this issue as well, but it was "fixed" when I upgraded my npm with I have also added a pull request (#383) that should hide the .babelrc, but still make it work with the tests that use it. |
thebigredgeek
pushed a commit
that referenced
this issue
Dec 20, 2016
…hich is not built with the module. (#383)
My PR (#378) will fix this by removing Babel entirely. |
Ty all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suddenly started getting build errors on the new version of debug. It's likely because
babel-loader
is seeing the.babelrc
innode_modules/debug
, which is then for some reason causing issues (because it cannot find presets relative to that babelrc).While I plan on working around this using config, I do still have the question: Do these config files describing source structure belong in the npm package?
The text was updated successfully, but these errors were encountered: