Created
May 9, 2021 06:32
-
-
Save vasilii-b/42964390631450911e913c57cb2f6da3 to your computer and use it in GitHub Desktop.
PWA Studio webpack server build show errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const config = await configureWebpack({ | |
| [...] | |
| devServer: { | |
| stats: 'errors-warnings' | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment