Closed jsantell closed 6 years ago
This fixes the issue with building gl-matrix both for prod and testing; when using functions, e.g. import * as vec3 from 'gl-matrix/src/gl-matrix/vec3.js' only the functions used will actually be pulled in (tree shaking, yay!!).
import * as vec3 from 'gl-matrix/src/gl-matrix/vec3.js'
This enables #15
This fixes the issue with building gl-matrix both for prod and testing; when using functions, e.g.
import * as vec3 from 'gl-matrix/src/gl-matrix/vec3.js'
only the functions used will actually be pulled in (tree shaking, yay!!).This enables #15