-
As far as I can see, HMR will only work with webpack-dev-server, which means that modules are loaded over the network and electron's web integration stops working.
Am I missing something?
-
webpack 2.2.0-rc3 with webpack-dev-server rc0, I'm seeing this:
I have a `DefinePlugin` in my list of plugins that will define `ENV` which is later compared to bootstrap angular2.
It seems that…
-
This starter strikes the perfect balance between simplicity and having most of the features I need.
I am going to be making some changes for my own project and wanted to know which ones you would l…
-
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadm…
-
### Description
Followed the walkthrough found [here](http://gaearon.github.io/react-hot-loader/getstarted/), but have yet to get hot reloading working.
My original `webpack.config.js`:
```ja…
Orbyt updated
7 years ago
-
**Do you want to request a *feature* or report a *bug*?**
BUG
**What is the current behavior?**
An unexpected error occurred: "Invalid tar header. Maybe the tar is corrupted or it needs to be…
-
I got everything working with React HMR and electron. The key was settings some configs to explicitly hit localhost:8080:
``` js
entry: {
app: [
'webpack-hot-middleware/client?path=http:/…
-
## Actual Behavior
1. VScode doesn't hit the breakpoint even though the code has been hit in the app and console when using .tsx file to generate the .js file.
## Expected Behavior
1. VScode woul…
-
I am going to be creating a version of this repo specifically for building [Electron](http://electron.atom.io) apps. Electron is quite heavy so this would be inappropriate for the main branch.
Main…
-
I see the electron support and feel keen to use this to replace https://github.com/AngularClass/angular2-webpack-starter
But I'm not sure what I would miss if I make the switch. Can you give some d…