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
When updating the packages in my repo that uses docz I also updated webpack. It went from ^4.28.3 to ^4.29.0. Making this change causes a "Failed to compile." error.
To Reproduce
Update the dependencies of a project to include webpack 4.29.0
Expected behavior
Docz continues to build when using the latest version of webpack.
Environment
OS: Windows 10
Node/npm version: Node v11.4.0/npm v6.7.0
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
When updating the packages in my repo that uses docz I also updated
webpack
. It went from^4.28.3
to^4.29.0
. Making this change causes a "Failed to compile." error.To Reproduce
Expected behavior
Docz continues to build when using the latest version of webpack.
Environment
The text was updated successfully, but these errors were encountered: