crafty icon indicating copy to clipboard operation
crafty copied to clipboard

The task runner that binds them all

Results 15 crafty issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Pending Approval These branches will be created by Renovate only once you click...

I have faced one problem during building the project with AGGrid community component. In general a problem is regarding to compilation CSS which included into AGGrid. I tried several solutions...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [balanced-match](https://togithub.com/juliangruber/balanced-match) | [`2.0.0` -> `3.0.1`](https://renovatebot.com/diffs/npm/balanced-match/2.0.0/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/balanced-match/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Crafty version 1.25.0 generates prettier.config.mjs which is not easily picked up by IDEs. VSCode and Intellij are looking for .prettierrc (and a prettier package) in node_modules by default, maybe that...

should be added here : Expand this documentation https://swissquote.github.io/crafty/Packages/crafty_preset_eslint/JavaScript_Linting.html#customizing-the-rules

category/enhancement

In some teams, we commit the config files generated by Crafty, which is annoying as it needs to be modified to be cross system (e.g. the Jest config has absolute...

category/enhancement

``` src/index.mts(16,48): error TS1470: The 'import.meta' meta-property is not allowed in files which will build into CommonJS output. ``` * Running `crafty run` fails * Running `yarn tsc` succeeds __`tsconfig.json`__...

category/bug