Closed ci-agriculture closed 4 years ago
How to require this loader server side? I tried var app = require('bundle?lazy!./app') and I got error that module 'bundle?lazy!./app' not found.
var app = require('bundle?lazy!./app')
'bundle?lazy!./app'
@IAMtheIAM Please provide more info about your current setup (webpack.config.js etc)
webpack.config.js
Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!
How to require this loader server side? I tried
var app = require('bundle?lazy!./app')
and I got error that module'bundle?lazy!./app'
not found.