https://github.com/jonaskello/debugging-webpack-server
Attempt to repro issue when debugging with webpack-dev-server in webstorm
https://github.com/jonaskello/debugging-webpack-server
Last synced: 8 months ago
JSON representation
Attempt to repro issue when debugging with webpack-dev-server in webstorm
- Host: GitHub
- URL: https://github.com/jonaskello/debugging-webpack-server
- Owner: jonaskello
- Created: 2016-03-04T23:23:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-04T23:32:16.000Z (over 10 years ago)
- Last Synced: 2024-10-06T02:20:17.470Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://youtrack.jetbrains.com/issue/WEB-19884
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
```
npm install
```
# Run
```
npm run
```
# Test
Set break-point in file `./src/app/greeting.js` line 3.
Start the debug definition. Press the button. Break-point is not hit.
The debug definition has remote url `webpack:///.` set for path `src`.