https://github.com/cinderblock/test-broken-webpack
Test case for webpack-dev-server issue
https://github.com/cinderblock/test-broken-webpack
Last synced: 2 months ago
JSON representation
Test case for webpack-dev-server issue
- Host: GitHub
- URL: https://github.com/cinderblock/test-broken-webpack
- Owner: cinderblock
- Created: 2018-09-09T01:20:08.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T21:09:52.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T02:16:05.848Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test webback-dev-server issue
I ran into an issue trying to use the `config` package inside `webpack.config.js` and can't figure it out...
## Setup
1. `git clone ...`
2. `yarn` or `npm i`
## Test
1. `yarn start` or `npm start`
2. Observe:
- Unsuccessful startup
- Sane values loaded and printed to console
3. Edit `webpack.config.js` and uncomment line `x = ...`
4. Start again with `yarn start` or `npm start`
5. Observe:
- Successful startup
- `Before` and `After` values match...