rollpkg
rollpkg copied to clipboard
Zero-config build tool to create packages with Rollup and TypeScript
I'm hitting this error building a TS library: ``` InstallError: InstallError at Object.installPackage (C:\Users\myuser\mylib\node_modules\package-build-stats\build\utils\installation.utils.js:140:15) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Object.getPackageStats (C:\Users\myuser\mylib\node_modules\package-build-stats\build\getPackageStats.js:78:5) at async Object.calculateBundlephobiaStats (C:\Users\myuser\mylib\node_modules\rollpkg\dist\bundlephobiaStats.js:35:30) at async Object.progressEstimator (C:\Users\myuser\mylib\node_modules\progress-estimator\src\logger.js:58:27) at...
Hi, I try to create a package with your tool but I have an issue. Can you help me ? As I see, it is an issue with a deps...
We have requirement to bundle images and custom files, will this library auto bundle files and change url path to relative path?, if yes, how we can do it?
Hi, thanks for rollpkg, I started to use it on a few projects and it feels great! I just wanted to open this issue to track one I was having...
We hope to directly introduce index.ts in development mode, like this ```json { "main": "src/index.ts", "publishConfig": { "main": "dist/.cjs.js", "module": "dist/.esm.js", } } ``` refer to: https://pnpm.io/package_json#publishconfig
## Description Add support for importing CSS. Not sure whether this makes sense as another build flag (at which point the rollpkg would just configure rollup with the [rollup-plugin-import-css](https://www.npmjs.com/package/rollup-plugin-import-css), or...