Closed kellyi closed 5 years ago
I pushed a last commit to drop an unused BundleAnalyzer plugin from the staging webpack build. In turn Netlify is now building this branch at
https://deploy-preview-65--staging-pwd-unitybar.netlify.com/
Is there a way to prevent Webpack Bundle Analyzer from auto-launching a browser tab every time ./scripts/server is run?
Yeah, let me see if I can adjust this.
046ddb4ff2348a24104e11a5ac567508e0cac126 adds a property to the development bundle analyzer server to prevent it from opening a new browser tab each time the server is launched.
Weird! I'll keep a lookout for similar errors. The webpack dev server now has a couple processes running through it simultaneously including linting, Prettier, and hot module reloading -- so I assume those were somehow in conflict at whatever state your local setup was in at that moment?
Thanks for reviewing!
Overview
This PR adds a small demo application using material UI which enables users to toggle some of the application's simple props. It also configures the application to deploy via Netlify.
https://deploy-preview-65--staging-pwd-unitybar.netlify.com/
I left out some of the more complex props, including things requiring functions or lists, since it'd be hard to toggle those in a small UI.
Connects #61 Connects #64
Demo
https://deploy-preview-65--staging-pwd-unitybar.netlify.com/
Testing Instructions
npm run cibuild:staging
and verify that that also works to create a demo application in the/staging
dir