Charles

Results 90 comments of Charles

> would be good to have same support for esbuild builder too, not only for webpack The `application` build system supports custom postcss configuration via either a `postcss.config.json` or `.postcssrc.json`...

If you are interested in updating to or trying out Tailwind v4, ensure the project is using the `application` build system (default for new projects) and please follow the instructions...

Could we make this work by mimicking the behavior? Potentially by turning off the option if enabled for the underlying Typescript compilation and then filtering the output files? Not ideal...

Since it appears possible to correctly emit the type declarations, I think it would be useful long-term to fix the option if possible rather than issuing an error. There are...

Type information should still be available with the `noCheck` flag enabled. It should only be disabling the semantic diagnostic collection. The internal TypeScript transformers themselves require type information to function.

We are investigating this issue. However, please consider switching to using conditional imports (https://angular.dev/tools/cli/build-system-migration#import-export-conditions) if possible. These provide improved capabilities for the common development/production use case including type-checking, improved IDE...

Currently that is correct in that it works for production/development as well as browser/server bifurcation but not any additional. We are evaluating an added configuration option to support custom resolution...

That error may indicate a configuration issue with the application's `tsconfig`, and in particular, the `module` and/or `moduleResolution` options. With a new v19 project, the contents are as follows: ```...

Is the suggested change backwards compatible with earlier versions of Webpack? The peer dependency range is currently `"webpack": "^5.54.0"` and cannot be updated outside of a major release.

The later is expected behavior. Only strings used within an application are extracted for translation. Translation costs can be significant for large applications and translating strings that are not actually...