jeremyckahn / shifty

The fastest TypeScript animation engine on the web
https://jeremyckahn.github.io/shifty/doc/
MIT License
1.54k stars 88 forks source link

[#99] Revert "Fix `root` definition" #100

Closed jeremyckahn closed 7 years ago

jeremyckahn commented 7 years ago

This reverts commit 14facbeab37568eceeb043480a7a504f90c3d3e7.

I think this may have been incidentally fixed in a better way by upgrading to Webpack 2 (https://github.com/jeremyckahn/shifty/commit/dfdebd706cae01b849fafe4fbc93509d450fd9f8). In any case, I think this is safe to revert.

@louh, could you please review this and make sure it fixes #99 for you?

jeremyckahn commented 7 years ago

@louh, you will need to run npm build after npm installing to test this change.

louh commented 7 years ago

@jeremyckahn, thanks for responding so quickly! I've given this a test, and it definitely fixed my issue. 👍