bundle-loader
bundle-loader copied to clipboard
[Question] Usage with webpack 2 - dynamic import
Hey guys,
I'm a bit puzzled regarding the usage of this plugin with the "new" dynamic import implementation of webpack@2
.
In our project we are using this plugin. Now that we are upgrading to webpack@2
, should we keep using this plugin or is the preferred way now to use import
? I couldn't find any mention about this in the documentation.
Thanks a lot
We migrated from bundle-loader
to dynamic import(...) successfuly. For Babel we had to add babel-plugin-syntax-dynamic-import
Babel plugin.