-
Should npm start be this instead so we don't have to open two windows. One to watch server and another to watch client.
```
"start": "npm-run-all --parallel server watch"
```
I'm using `npm-run-all`…
-
**related:** kisenka/svg-sprite-loader#211
I'm following the example describe in [`svg-sprite-loader`](https://github.com/kisenka/svg-sprite-loader/blob/master/examples/extract-mode/webpack.config.…
-
### Issue details
Expected: rendering Angular components
Actual: rendering blank components
### Steps to reproduce
I followed guide from https://storybook.js.org/basics/guide-angular/
![untit…
-
**bug**
**What is the current behavior?**
HMR doesn't work against the latest webpack and webpack-dev-server
**If the current behavior is a bug, please provide the steps to reproduce.**
Unfo…
-
Hi
After a lot of efforts I finally managed to get my project to build with webpack in both android and IOS - npm run build-ios-bundle and npm run build-android-bundle both work and I am able to buil…
-
* Operating System: Docker Alpine
* Node Version: 8.5.0
* NPM Version: yarn 1.1.0
* webpack Version: "webpack": "2.7.0",
* webpack-dev-server Version: "webpack-dev-server": "2.6.1",
- […
-
**Do you want to request a *feature* or report a *bug*?**
I'm not sure, it's probably a FR
**What is the current behavior?**
When using the `UglifyjsWebpackPlugin` with the followin…
-
Hi, I would like to import a file as a string but only **after** webpack has resolved the `import`statements inside of it.
Is that possible?
Basically:
```javascript
// file bar
export cons…
-
**Do you want to request a *feature* or report a *bug*?**
Bug. I think it is a bug because both aliases and rules are represented as core features, but aren't compatible with each other.
**What i…
-
**I'm submitting a feature request**
**Webpack version:**
2.x
**Please tell us about your environment:**
OSX 10.x / Linux / Windows 10
**Current behavior:**
You must specify at minimum an entry pro…