|
|
|
|
|
by boubiyeah
3446 days ago
|
|
Strange, I have it working with rc3.
I have an ES6 module exporting tons of Array utils. I definitely see the build size fluctuate depending on whether I import 1, 2, etc of these util functions, whether with webpack 1 (or most bundling tool apart from rollup) I would pay the entire file's price upfront. |
|