Tree Shaking Three.js

Tested it again… And it seems that I was wrong - it gives size reduction from ~500 Kb to ~485Kb while I’m importing only MeshBasicMaterial:

import {MeshBasicMaterial} from 'three';

Used webpack3 with uglifyjs plugin