Skip to content

Instantly share code, notes, and snippets.

@duboiss
Created March 5, 2021 10:24
Show Gist options
  • Save duboiss/edd52e8bfbf2eab0b956326d23ee6fb0 to your computer and use it in GitHub Desktop.
Save duboiss/edd52e8bfbf2eab0b956326d23ee6fb0 to your computer and use it in GitHub Desktop.
Webpack Encore / Add fetch polyfill for IE11
yarn add whatwg-fetch

// In first entry
.addEntry('app', ['whatwg-fetch', './assets/app.js'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment