[change] update Animated

Fix #309
This commit is contained in:
Nicolas Gallagher
2017-01-01 18:35:18 -08:00
parent d87f71ebc1
commit b1cd92a65d
6 changed files with 13 additions and 34 deletions
-5
View File
@@ -31,11 +31,6 @@ module.exports = {
}),
new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify('production') }),
new webpack.optimize.DedupePlugin(),
// https://github.com/animatedjs/animated/issues/40
new webpack.NormalModuleReplacementPlugin(
/es6-set/,
path.join(__dirname, 'dist/modules/polyfills/Set.js')
),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.optimize.UglifyJsPlugin({
compress: {