rollup
Here are 1,257 public repositories matching this topic...
I guess MicroBundle hasn't support TypeScript 4.x, because I got an error:
rpt2: config error TS5023: Unknown compiler option 'jsxFragmentFactory'.
-
Updated
Mar 31, 2019 - TypeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Sep 12, 2020 - JavaScript
does this plugin support in-browser rollup setups?
i can't seem to get it to work (in a client-side setup without node).
in principle, however, rollup supports client-side bundling..
-
Updated
Sep 12, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Nov 4, 2020 - JavaScript
-
Updated
Apr 3, 2018 - JavaScript
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Nov 6, 2020 - TypeScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Oct 27, 2020 - JavaScript
-
Updated
Nov 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rollup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rollup topic, visit your repo's landing page and select "manage topics."
Current Behavior
yarn test --coverage
to generate a coverage report.git status
/coverage/
is part of the list of changed files.Expected behavior
It should be ignored by git.
Suggested solution(s)
Append
coverage
to.gitignore