@@ -100,7 +100,7 @@ function preloadRequire (module) {
if (remoteModules.has(module)) {
return require(module)
}
- throw new Error('module not found')
+ throw new Error(`module not found: ${module}`)
switch (window.location.protocol) {