Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Last active August 16, 2018 17:40
Show Gist options
  • Save hustKiwi/961862b821e263a262c5dae78d393370 to your computer and use it in GitHub Desktop.
Save hustKiwi/961862b821e263a262c5dae78d393370 to your computer and use it in GitHub Desktop.
module.exports = {
entry: {
dashboard: './dashboard/src/App.js'
},
externals: {
'react-redux': '__shell.reactRedux',
'redux-thunk': '__shell.thunk',
'styled-components': '__shell.styled',
ramda: '__shell.R',
react: '__shell.React',
recompose: '__shell.recompose',
redux: '__shell.redux'
},
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment