Skip to content

Instantly share code, notes, and snippets.

@tinder-rhsiao
Created October 11, 2017 04:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tinder-rhsiao/89cd682c34d1e1307111b091801e6fe5 to your computer and use it in GitHub Desktop.
Save tinder-rhsiao/89cd682c34d1e1307111b091801e6fe5 to your computer and use it in GitHub Desktop.
Whitelist vendor chunk
/**
* Core external dependencies to be cached in vendor js
*/
module.exports = [
'babel-runtime',
'buffer',
'classnames',
'core-js',
'debug',
'eventemitter3',
'events',
'fbjs',
'history',
'hoist-non-react-statics',
'idb-keyval',
'immutable',
'intl-format-cache',
'intl-messageformat-parser',
'intl-messageformat',
'intl-relativeformat',
'lodash',
'lodash-es',
'normalizr',
'raf',
'react',
'react-dom',
'react-i13n',
'react-intl',
'react-redux',
'react-router',
'react-router-dom',
'redux',
'redux-persist',
'redux-immutable',
'redux-saga',
'subscribe-ui-event',
'whatwg-fetch',
'ycb'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment