https://github.com/jonaskello/webpack-serve-repro
https://github.com/jonaskello/webpack-serve-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonaskello/webpack-serve-repro
- Owner: jonaskello
- Created: 2018-03-05T16:14:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T16:14:59.000Z (over 8 years ago)
- Last Synced: 2024-10-06T02:21:25.250Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test
When running `yarn build` webpack will work.
When running `yarn start` I get this output but nothing else happens, webpack is not building anything:
```
$ yarn start
yarn run v1.5.1
$ webpack-serve webpack.config.js
ℹ 「serve」: Project is running at http://localhost:8080
ℹ 「serve」: Server URI copied to clipboard
```