Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 244 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 244 Bytes
webpack
# Inspect output
code ./target/webpack.js
# Optionally
prettier --write ./target/webpack.js
rollup -c ./rollup.config.js
# Inspect output
code ./target/rollup.js
# Optionally
prettier --write ./target/rollup.js