Skip to content

Instantly share code, notes, and snippets.

@BiosBoy
Created January 13, 2019 10:09
Show Gist options
  • Save BiosBoy/9613a7a1578aa9e5f0ae20acf2fd11bd to your computer and use it in GitHub Desktop.
Save BiosBoy/9613a7a1578aa9e5f0ae20acf2fd11bd to your computer and use it in GitHub Desktop.
// ========================================================
// WEBPACK MIDDLEWARE CONFIGURATION
// ========================================================
const devMiddlewareOptions = {
publicPath: webpackConfig.output.publicPath,
hot: true,
headers: { 'Access-Control-Allow-Origin': '*' }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment