Skip to content

Instantly share code, notes, and snippets.

@vasilii-b
Created May 9, 2021 06:32
Show Gist options
  • Save vasilii-b/42964390631450911e913c57cb2f6da3 to your computer and use it in GitHub Desktop.
Save vasilii-b/42964390631450911e913c57cb2f6da3 to your computer and use it in GitHub Desktop.
PWA Studio webpack server build show errors
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