Issac Gerges

Results 17 comments of Issac Gerges

Running into this as well at the moment. Is it possible to invert, or provide configuration to invert the module resolution strategy? So, if specified, allow the original module resolver...

@MarshallOfSound / @malept: Please leave a comment if you're generally good with this approach. If so I'll get tests written/passing and mark this ready for review

> First, I like the concept of autogenerating a file for TypeScript based window constants. > > I generally don't like the idea of writing to a magic folder in...

I was able to trace this one back to a Monaco bug: https://github.com/microsoft/monaco-editor/issues/1782 The underlying issue is reproducible in both electron and Chrome, but curiously there are a bit inconsistent....

Interesting, will dig in a bit more. That said the following patch does seem to fix my issue ``` diff --git a/lib/DefinePlugin.js b/lib/DefinePlugin.js index ed02a3cbd2d5d2c49aa2d49bc1732ab6b47ea004..27a49fa9e649f7111118031fd54185373c169766 100644 --- a/lib/DefinePlugin.js +++ b/lib/DefinePlugin.js...

Will do. I believe the issue was the value is stash into a map (on compiler I believe) that uses only the DefinePlugin_hash key (which has no uniqueness)

`webpack-plugin-serve` uses a stringified json that is stable across invocations. The `{stable json}` value below is the same string (of length `9593`) ``` // invocation one { __TOKEN_ONE__: undefined, __TOKEN_TWO__:...

I'll close this issue. In the end it appears the cause by `webpack-plugin-serve` injecting a new instance of `DefinePlugin` on every watch run. I don't think this is standard enough...

Thanks for the quick reply @Litarnus. Can you help me understand the purpose of the Sentry `source` on `symboilcate-js`? Assuming I've allowed sentry to retrieve my sourcemaps would that be...

Sorry, I attributed the wrong line of code. I have a minimal repro that shows the default has changed. Will send it momentarily