bundle-loader icon indicating copy to clipboard operation
bundle-loader copied to clipboard

Bundle Loader

Results 24 bundle-loader issues
Sort by recently updated
recently updated
newest added

Intended to be merged & released as a part of `1.0.0` on a beta `dist-tag` once this has been finished and properly tested. BREAKING CHANGE: Enforces NodeJS > 4.3 via...

pr_action: Review
semver: Major
type: Refactor
flag: Needs Tests

This is a proposal for a fix to #74. It is not elegant but it gets the job done. The way the NormalModuleFactory is found from the dependencyFactories is probably...

Adds support for an optional error callback to the bundle-loader. This work was originally done by @richardscarrott: https://github.com/richardscarrott/require-error-handler-webpack-plugin/blob/master/src/BundleLoader.js. This PR uses the version created by @richardscarrott with refactoring to reflect...

pr_action: Review
semver: Major
type: Feature

Due to HMR problems with on-demand chunks, I figured it would be nice if the loader loaded the chunks synchronously when in dev environment and as so far in prod....

pr_action: Discuss
type: Feature
semver: Minor

I've reached this loader from [webpack official page](https://webpack.js.org/api/loaders/). It was mentioned as an example of loaders using `pitch` function. The idea of `pitch` function is clear but I can't understand...

I’d like to document how this solution is different from `import()`/`require.ensure()`. This would simplify the choice between these tools: from the first sight, `bundle-loader?lazy` and `import()` are very similar, and...

I am looking for a way to handle the loading error. `import()` and `require.ensure()` allow handling the loading error. But `bundle-loader` seems do not support this? From the source code,...

Hello, I'm not sure what I'm doing wrong but for some reason, if I try to lazily load JSON files using this loader, webpack interprets the generated loading code as...

Everywhere you type `./file.bundle.js;` What is content of that file? No examples