Reduced test case for facebook/create-react-app#3173
cd /tmp
git clone https://github.com/tlvince/tlvince-reduced-test-case-material-ui-component.git
cd tlvince-reduced-test-case-material-ui-component
npm link .
cd /tmp
git clone https://github.com/tlvince/tlvince-reduced-test-case-material-ui-cra.git
cd tlvince-reduced-test-case-material-ui-cra
npm link tlvince-reduced-test-case-material-ui-component
npm start
# see app with correct material UI styling, "Dashboard"
# CTRL+C
npm run build
cd build
python2 -m SimpleHTTPServer
# see app with broken material UI styling
© 2017 Tom Vincent git@tlvince.com (https://tlvince.com)
Released under the Apache-2.0 license.