Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrades build system: Rollup: major, parcel: minor #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

colinsullivan
Copy link

This allowed me to develop on a recent Node.js version. Otherwise fsevents native module was failing.

Parcel is old, it is still working but I needed to disable minifySvg, hence the new .htmlnanorc file.

This allowed me to develop on a recent Node.js version.  Otherwise
fsevents native modulew as failing.

Parcel is old, it is still working but I needed to disable `minifySvg`
hence the new .htmlnanorc file.
@colinsullivan
Copy link
Author

$ yarn run build && yarn run build:demo
yarn run v1.22.10
$ rollup -c

src/index.tsx → dist/index.js, dist/index.esm.js...
created dist/index.js, dist/index.esm.js in 1.6s
✨  Done in 2.19s.
yarn run v1.22.10
$ parcel build demo/index.html  -d demo-dist
✨  Built in 7.20s.

demo-dist/demo.98d2489f.js.map    666.72 KB     69ms
demo-dist/demo.98d2489f.js        299.89 KB    6.29s
demo-dist/index.html                1.79 KB    808ms
✨  Done in 7.83s.

@colinsullivan colinsullivan mentioned this pull request May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant