Skip to content
This repository was archived by the owner on Jul 15, 2019. It is now read-only.

mightyaleksey/webpack-shims

Repository files navigation

webpack-shims

Small example to illustrate enormous bundle size. See the details at webpack/style-loader#194

description

Run

npm install
webpack

As the result you'll get the result.js file generated from the entry.js. It contains a lot of shims for the nodejs environment, which dramatically increase it's size (buffer, process and etc) and actually is not necessary.

In order to see the minimized variant, run

webpack --optimize-minimize

Releases

No releases published

Packages

 
 
 

Contributors