Luis Lopes

Results 7 comments of Luis Lopes

Forward slashes should work fine on windows. Google search shows the issue occurs when the file node-sass tries to read is being held by another process. It seems to happen...

@djflex68 ~~I've encountered this problem and figuring out what was wrong has driven me insane, because google searches made it seem like no one had the same problem.~~ EDIT: after...

~~I have the exact same issue and i've bean banging my head against the wall for hours, because my code worked in development, but crashed on startup in production~~ EDIT:...

@djflex68 It was just my misunderstanding of how terser plugin works. I had statements in my code like this: ```typescript /*#__PURE__*/decorate(injectable(), SomeService); ``` which were, erased in production, leaving `SomeService`...

I ran into the same issue today. I'd expect that it shouldn't matter how much times `utcOffset()` is applied, the resulting time should always be correct, given the last specified...

I tried your config and it works, resulting html has prefetch and preload links. I myself have config which preloads fonts and prefetches js and css and it works. Perhaps...

Also I am not sure if I should lower dependency version for webpack4 e2e tests as well. Changing it from ^4.5.1 to ^4.5.0 wouldn't really affect anything, because version 4.5.2...