webpack/lib/webworker
Rory Hunter ebe2f371c1 Fix hot loader compatibility with Java8 Nashorn
The way that the hot loader is included in a bundle breaks in Java 8's
Nashorn engine, because of a missing semicolon. This change introduces
a placeholder value that can be correctly substituted when building
a bundle, but is otherwise inert.

Note that I don't particularly like this change, so if there's a better
fix, I'd like to hear about it.
2015-12-04 15:02:11 +00:00
..
WebWorkerChunkTemplatePlugin.js feat(app): Beautify all lib files 2015-07-13 01:20:09 +03:00
WebWorkerHotUpdateChunkTemplatePlugin.js Add web worker HMR support 2015-11-02 22:39:24 -05:00
WebWorkerMainTemplate.runtime.js Fix hot loader compatibility with Java8 Nashorn 2015-12-04 15:02:11 +00:00
WebWorkerMainTemplatePlugin.js Fix hot loader compatibility with Java8 Nashorn 2015-12-04 15:02:11 +00:00
WebWorkerTemplatePlugin.js Add web worker HMR support 2015-11-02 22:39:24 -05:00