An open API service indexing awesome lists of open source software.

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

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`.