Closed fmagaldea closed 2 years ago
Could be related to usage of dynamic string:
`Clock moved backwards. Refusing to generate id for ${this.lastTime - time} milliseconds`
in the last commit: https://github.com/T-PWK/flake-idgen/commit/fcd6a2f359c675a65b92388ea804dcbdae7bcb88#diff-a8c74189a1583af40cab9fd4fc8c9b733781b988d7953e49174b4d4ae2b98f09R72
Possible to fix?
Same error with Webpack 5 = is broken on Internet Explorer 11
me too [ExceptionsHandler] Clock moved backwards. Refusing to generate id for 1 milliseconds +1292268ms Error: Clock moved backwards. Refusing to generate id for 1 milliseconds
Hi,
Your package works fine until 1.3.0 but version 1.4.0 introduce some changes that makes build impossible with Webpack on UglifyJS step.
Error is:
Extract from devDependencies in our file
package.json
: