boxcut
v0.0.2
Published
Unpacks bundled JS
Readme
Boxcut
📦 ✂️
Boxcut splits up a Webpack build file into individual modules. It's not perfect, but if you're looking for something like this in the first place, it's probably better than nothing.
Usage
- Install:
npm install --global boxcut - Cut up your build file
boxcut --input=YOUR-BUNDLE.js --output=PATH/TO/MODULE-OUTPUT
