Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverjash/tree-shaking-test
https://github.com/oliverjash/tree-shaking-test
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverjash/tree-shaking-test
- Owner: OliverJAsh
- Created: 2019-08-20T12:31:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T22:39:10.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T09:44:01.312Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
webpack
# Inspect output
code ./target/webpack.js
# Optionally
prettier --write ./target/webpack.js
``````bash
rollup -c ./rollup.config.js
# Inspect output
code ./target/rollup.js
# Optionally
prettier --write ./target/rollup.js
```