Webpack build with Typescript errors -


i have webpack file needs updating not fail build typescript error.

previously contained:

    plugins: [     require('webpack-fail-plugin')     ] 

which removed, build still fails. read webpack 2 fails default on similar issue here - ignore typescript errors in webpack-dev-server.

that issue has yet resolved.

how can webpack build despite typescript errors?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -