webpack-contrib / closure-webpack-plugin

Webpack Google Closure Compiler and Closure Library plugin -
https://developers.google.com/closure/
MIT License
434 stars 60 forks source link

fix: include goog.requireType in build dependencies #142

Closed schmidtk closed 3 years ago

schmidtk commented 4 years ago

Fixes #140

schmidtk commented 4 years ago

CircleCI build error is resolved in #146.

schmidtk commented 4 years ago

@ChadKillingsworth this resolves #140 by including files that are only referenced by goog.requireType in the compiler sources. Is there any possible adverse behavior in doing this?

ChadKillingsworth commented 3 years ago

Nicely done on this!