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
Post a Comment