You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just reviewed a greenkeeper PR that upgraded bless to the latest version in our project:
TypeError: bless.Parser is not a constructor
at projects/foobar/scripts/optimizeStylesheetForIE.js:43:47
at Array.forEach (native)
at Compilation.<anonymous> (projects/foobar/scripts/optimizeStylesheetForIE.js:40:26)
at Compilation.next (projects/foobar/node_modules/tapable/lib/Tapable.js:69:14)
at displayAssetsReadiness (projects/foobar/node_modules/webpack-quotes/index.js:36:5)
at Compilation.<anonymous> (projects/foobar/node_modules/webpack-quotes/index.js:64:13)
at Compilation.applyPluginsAsync (projects/foobar/node_modules/tapable/lib/Tapable.js:71:13)
at Compilation.<anonymous> (projects/foobar/node_modules/webpack/lib/Compilation.js:572:10)
at Compilation.applyPluginsAsync (projects/foobar/node_modules/tapable/lib/Tapable.js:60:69)
I just reviewed a greenkeeper PR that upgraded bless to the latest version in our project:
Previously bless was invoked as shown below:
Could you possibly provide some sort of upgrade documentation that would help to adapt this code to the latest release? That would be great.
The text was updated successfully, but these errors were encountered: