This repository was archived by the owner on Dec 1, 2019. It is now read-only.
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
Feature: add option to emit warnings instead of errors #419
Open
Description
Reason: When I'm developing new feature I may encounter into some ATL errors (like: no implicitly any
type). And it brakes the build, however the app works fine with that.
I would be glad to have emitErrors
: false option that would log warning except errors, so webpack would end up in successful build.