shlomiassaf / ngc-webpack

Angular compiler-cli with webpack's loader chain.
MIT License
84 stars 15 forks source link

Watch mode simply doesn't work with 3.x? #43

Open factoidforrest opened 6 years ago

factoidforrest commented 6 years ago

I'm using an old version because your old compiler seems to be the only thing that works with the crazy thing I'm doing.

Watch mode simply isn't possible with old AOT? I keep getting loops no matter what I do.

Even if that's off the table, does anyone know a way to use webpack-dev-server without watch mode?

//dev server options
watchOptions: {
    watch: false,
}

Doesn't seem to do anything