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

Doing something like this for react-router: ```jsx import loadFAQ from 'bundle-loader?lazy!components/pages/faq' const FAQ = () => ( {(FAQ) => FAQ ? : null} ) const Pages = () => (...

`require('bundle!./' + moduleName)` Webpack would generate files per chunk. How can i get the relationship between asset file and module name

My code `var $ = require('bundle?lazy&name=chunk.jquery!jquery');` It puts the jquery in the`app.bundle`. But I want jquery to be a separate chunk which is lazy loaded only in the component that...

Webpack 2.4 added support for error callbacks as a 2nd argument to require.ensure: https://github.com/webpack/webpack/pull/4069 This is not supported by the bundle-loader, but there is a forked version of the loader...

flag: Has pull request