common-shakeify icon indicating copy to clipboard operation
common-shakeify copied to clipboard

browserify tree shaking plugin using `common-shake`

Results 14 common-shakeify issues
Sort by recently updated
recently updated
newest added

I created this issue here: https://github.com/chartjs/Chart.js/issues/11479 ### Expected behavior I'm using [email protected] + [email protected] + [email protected]. In JavaScript I have this: ```js const Chart = require('chart.js/auto'); console.log('Hello'); ``` Bundling will...

I just noticed that #43 completely breaks [split-require](https://github.com/goto-bus-stop/split-require). Only `module.exports = whatever` work, but all named exports are dropped. I've created a test case in [my fork](https://github.com/tornqvist/common-shakeify/commit/35895a0305b901498b90957497bf86a3167a2e9d) but am struggling...

Bumps [through2](https://github.com/rvagg/through2) from 2.0.5 to 4.0.2. Commits ebe3d0b 4.0.2 0cd3ec7 Fix typo in README.md 8fe9228 remove inherits dep 9c0cf12 4.0.1 8a4d6b3 update ignores for pack de77352 4.0.0 ad542a5 more modernisation...

dependencies

Bumps [babelify](https://github.com/babel/babelify) from 8.0.0 to 10.0.0. Release notes Sourced from babelify's releases. v10.0.0 No changes from v10.0.0-beta.1, just re-releasing as stable. v10.0.0-beta.1 Revert one change to sources in generated sourcemaps...

dependencies