Last active
August 16, 2018 17:40
-
-
Save hustKiwi/961862b821e263a262c5dae78d393370 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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