bundle-collapser
bundle-collapser copied to clipboard
convert bundle paths to IDs to save bytes in browserify bundles
Results
11
bundle-collapser issues
Sort by
recently updated
recently updated
newest added
How do I convert ``` const collapse = require('bundle-collapser/plugin'); ``` to ``` import collapse from 'bundle-collapser/plugin'; ``` I've tried this (along a trillion other wild guesses) ``` import { plugin...