Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oliverjash/tree-shaking-test


https://github.com/oliverjash/tree-shaking-test

Last synced: 25 days ago
JSON representation

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
```