google-fonts-plugin
google-fonts-plugin copied to clipboard
Fix error reporting to webpack
Promise-based error handling must be registered through tapPromise, not tapAsync. Otherwise errors are not handled by webpack.
See https://github.com/symfony/webpack-encore/issues/855 for a report which made me discover this issue.