Daniel Dunderfelt

Results 26 comments of Daniel Dunderfelt

@gyandeeps I'm seeing the same. When I removed the splitChunks optimization options everything works fine, so you need to do that until we get to the bottom of the bug.

@gyandeeps hmmm... so ts-loader has a problem with `splitChunks`. Now we're getting somewhere!

@maracuja-juice @gyandeeps I found the solution. You need to put this plugin in front of `html-webpack-plugin`, where the fault seems to be: [html-webpack-include-sibling-chunks-plugin](https://github.com/fenivana/html-webpack-include-sibling-chunks-plugin). See the full Webpack 4 implementation I...

@gilbsgilbs Here is the final PR that was merged into Digia's React boilerplate: https://github.com/digiaonline/react-boilerplate/pull/86/files It works well and I've already used in a few different Typescript projects. I also nuked...

I am also running into this issue when producing messages. It started when `timestamp-millis` type fields were introduced in our schemas and I implemented the DateType (extending avro.types.LogicalType). Adding this...

I have the same issue. When I inspect the request for the CSS file in the browser, I see that the Catalog server returned the HTML file. It's as if...

Thanks for looking into this! I'm using @equinusocio import method for now.

I am having the same problem in web React (Create React App and Typescript) with Fast Refresh. If a refetch happens after a fast refreshed change, it just crashes with...

I'm curious about the reason why gql is not supported. It caught me completely by surprise, and the absence of `gql` before the template literal in the readme queries is...

I'm seeing the same issue. I initially thought it only happens when the server returns empty data, but good to know that it also happens for any data that is...