Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle uncaught dynamic import errors in Webpack loader
A dynamic import may fail for various reasons. This was unhandled. This means the loader could wait indefinitely. Now it defers the error to Webpack.
- Loading branch information