webpack-contrib / bundle-loader

Bundle Loader
MIT License
658 stars 59 forks source link

bundle not found #9

Closed roycehaynes closed 7 years ago

roycehaynes commented 9 years ago

I installed bundle-loader from npm and it says it's not found. I've verified the package is in my node_modules dir. I'm installing version 0.5.1.

var PreDashboard = React.createClass({
  mixins: [AsyncReactComponent],
  bundle: require('bundle?lazy!./Dashboard.react.js'),
  preRender: function() {
    return <div>Loading dashboard...</div>
  }
});
michael-ciniawsky commented 7 years ago

@roycehaynes Please provide more info about your current setup (webpack.config.js etc), did you solve the issue ?

roycehaynes commented 7 years ago

@michael-ciniawsky - This is no longer an issue.