Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Koppers cf5f1d723c format existing code 2018-07-30 21:29:21 +02:00
Mohsen Azimi f2817233b5 Add typing for ChunkRenderError 2018-05-20 00:22:26 -07:00
Jarid Margolin 70e48d2c31 Create base WebpackError class with inspect method. 2017-04-03 10:42:53 -04:00
Jeff Escalante ff96f7188a fix more stack trace captures, remove conditional detection 2017-02-15 14:55:54 -05:00
Will Mendes 8d6c8fc8de refactor(ChunkRenderError): upgrade to ES6 2017-01-02 22:08:28 +11:00
e-cloud 13322ca35c add missing constructors for all classes needed
As i walk through the source, i've tried to trace the webpack running stack.
Then, i find the missing constructors result in uncleasr stack and create a patch
for them.
2016-05-20 13:39:36 +08:00
Tobias Koppers 02522f11c3 throw an error when trying to use [chunkhash]
... when it's not allowed.
I. e. with HMR enabled [chunkhash] for the entry chunk
is not allowed. Now it throws an error.

Also fixes a bug where [chunkhash] doesn't have to correct
length. fixes #1192
2015-06-27 11:34:17 +02:00