evee.js icon indicating copy to clipboard operation
evee.js copied to clipboard

Module evee/es6 not found.

Open schuchowsky opened this issue 8 years ago • 1 comments
trafficstars

I have just installed evee ^2.1.0 version.

The project description say:

The evee/es6 export is the ES6 version of evee, which is generally faster.

I'm trying to import using es6: import Evee from 'evee/es6'. But the module doesn't seem to exist. Getting the error Module not found: 'evee/es6'.

It's weird because it's fairly simple. Am I missing something?

schuchowsky avatar Oct 21 '17 12:10 schuchowsky

Hey, apparently I forgot to bundle the es6 version with the published package..

I'll try to fix this as soon as I can. For now, please just use the regular version. It's still incredibly fast, even as many as 250,000+ events per second should run perfectly fine.

I'm very sorry.

SplittyDev avatar Oct 21 '17 23:10 SplittyDev