eval is a type of webpack source map. As stated in the white paper,
eval . Each module runs with eval() and //@ sourceURL . This is pretty fast. The main disadvantage is that it does not display line numbers correctly, as it is converted to converted code instead of source code.
I donβt quite understand why so fast?
source share