Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created November 14, 2018 04:34
Show Gist options
  • Save ngohungphuc/91472624269894ef19eb4d442548cd49 to your computer and use it in GitHub Desktop.
Save ngohungphuc/91472624269894ef19eb4d442548cd49 to your computer and use it in GitHub Desktop.
plugins: [
new WebpackShellPlugin({
onBuildStart: ['echo "Starting"'],
onBuildEnd: ['postcss --dir wwwroot/dist wwwroot/dist/*.css']
})
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment