[change] Use animatedjs/animated

Depend on 'animatedjs/animated' for the Animation implementation. This
patch also replaces 'es6-set' with a small shim to reduce impact on
production bundle size.

Fix #95
This commit is contained in:
Nicolas Gallagher
2016-06-23 15:09:21 -07:00
parent 4516c72296
commit f33312a4dd
14 changed files with 34 additions and 2324 deletions
+5
View File
@@ -28,6 +28,11 @@ module.exports = {
'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV || 'development')
}),
new webpack.optimize.DedupePlugin(),
// https://github.com/animatedjs/animated/issues/40
new webpack.NormalModuleReplacementPlugin(
/es6-set/,
path.join(__dirname, '../src/modules/polyfills/Set.js')
),
new webpack.optimize.OccurenceOrderPlugin()
],
resolve: {