Permalink
Browse files

Build: Move react-dom and redux-thunk into vendor, drop debug (#9146)

Drop debug becauase we no-op it for production and if it's in vendor, the no-op doesn't really take.

No functional changes here
  • Loading branch information...
1 parent dd7927b commit 8034594f9129ba34c56070ad8e6d438c7003f69e @blowery blowery committed on GitHub Nov 7, 2016
Showing with 2 additions and 1 deletion.
  1. +2 −1 webpack-dll.config.js
@@ -15,13 +15,14 @@ module.exports = {
entry: {
vendor: [
'classnames',
- 'debug',
'i18n-calypso',
'moment',
'page',
'react',
+ 'react-dom',
'react-redux',
'redux',
+ 'redux-thunk',
'store',
'wpcom',
]

0 comments on commit 8034594

Please sign in to comment.