paralleldrive / cuid

Collision-resistant ids optimized for horizontal scaling and performance.
Other
3.44k stars 123 forks source link

Webpack #33

Closed therealklanni closed 9 years ago

therealklanni commented 9 years ago

Add webpack config and dependencies

For #25

therealklanni commented 9 years ago

Crap, what happened there? lol

therealklanni commented 9 years ago

Oh, because in mine I've already removed grunt as a dependency. Oops.

therealklanni commented 9 years ago

package.son? Stupid OS X autocorrect. :frowning:

ericelliott commented 9 years ago

Awesome! =)

therealklanni commented 9 years ago

I'm getting ERROR in Loader /Users/klanni/Projects/cuid/node_modules/babel/index.js didn't return a function now, and I'm not sure what it means. If you've run into this before, maybe you can help. I'm leaving it alone for now.

ericelliott commented 9 years ago

Any ideas about why the build is passing, then?

Try rm -rf node_modules && npm install && npm test?

therealklanni commented 9 years ago

Yeah rm -rf node_modules fixed it. Weird.