TrySound / babel-plugin-iife-wrap

Babel plugin to wrap file with iife
MIT License
6 stars 2 forks source link

Add note about Webpack bundling #4

Closed tim-phillips closed 6 years ago

tim-phillips commented 6 years ago

I spent some time spinning my wheels over trying to get imports working with babel-plugin-iife-wrap and Webpack. It turns out I didn't need this plugin since Webpack already bundles my code inside an iife.

Since this is a note about something outside of Babel I put it in small text. Please let me know if anything could be changed in any way to make it more readable.