feats / babel-plugin-inline-import

inline the raw content of import statements
https://www.npmjs.com/package/babel-plugin-inline-import
MIT License
243 stars 29 forks source link

"debugger" statement in build/index.js when installing from npm #5

Closed ebbe-brandstrup closed 7 years ago

ebbe-brandstrup commented 7 years ago

Hi and thanks for this useful Babel plugin!

I am having trouble debugging my Node graphql server app because the build/index.js file in the npm installation has a debugger; statement in line 21 which is causing my debugger to stop there for every import statement I have that the plugin is configured to handle.

Can you please re-publish to npm? The debugger; statement isn't in your source code on GitHub so it seems to me it was a mistake that the last published version had it in there and you've since removed it from the source but didn't publish since?

zvictor commented 7 years ago

shame on me! it should be fixed now, thanks.