rollup
Here are 1,283 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
Dec 11, 2020 - JavaScript
Repro steps
- Create fresh WMR setup
npm install uuid(this uses the native 'crypto' api)- run
npm start
Error bundling crypto: Error: Could not loadnpm/crypto@1.0.1/index.js: Package crypto does not contain file index.js
500 /@npm/crypto - Could not loadnpm/crypto@1.0.1/index.js: Package crypto does not contain file index.js
The package 'crypto' on npm is deprecated,
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Dec 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
Dec 11, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Aug 12, 2017 - JavaScript
-
Updated
Dec 11, 2020 - TypeScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 10, 2020 - TypeScript
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Dec 2, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Dec 11, 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
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option
amdwhen creating build configSuggested Solution
Consider support AMD module format, o