Skip to content

Instantly share code, notes, and snippets.

@matheus1lva
Created January 22, 2019 11:52
Show Gist options
  • Save matheus1lva/d186790059383665895d22fb8dc45575 to your computer and use it in GitHub Desktop.
Save matheus1lva/d186790059383665895d22fb8dc45575 to your computer and use it in GitHub Desktop.
webpack future Emit strategy
module.exports = {
// ...
output: {
futureEmitAssets: true
}
}
@sibelius
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment