webpack/lib/ids
Tobias Speicher 8f56fcba72
Replace deprecated String.prototype.substr()
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr) so we replace it with slice() which works similarily but isn't deprecated.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-13 22:54:18 +01:00
..
ChunkModuleIdRangePlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
DeterministicChunkIdsPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
DeterministicModuleIdsPlugin.js allow to generate only exports for css in node 2022-01-19 15:17:01 +01:00
HashedModuleIdsPlugin.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
IdHelpers.js Replace deprecated String.prototype.substr() 2022-03-13 22:54:18 +01:00
NamedChunkIdsPlugin.js allow to configure all hash functions used 2021-09-23 14:55:13 +02:00
NamedModuleIdsPlugin.js allow to generate only exports for css in node 2022-01-19 15:17:01 +01:00
NaturalChunkIdsPlugin.js fix jsdoc documentations 2020-04-28 19:42:58 +02:00
NaturalModuleIdsPlugin.js allow to generate only exports for css in node 2022-01-19 15:17:01 +01:00
OccurrenceChunkIdsPlugin.js precompile schemas for improved startup performance 2021-04-16 16:02:58 +02:00
OccurrenceModuleIdsPlugin.js allow to generate only exports for css in node 2022-01-19 15:17:01 +01:00
SyncModuleIdsPlugin.js add experimental SyncModuleIdsPlugin 2022-01-20 13:37:28 +01:00