Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without a browserslist webpack's runtime code uses ES2015 syntax (e.g., arrow function) to build smaller bundles. If your build targets environments that don't support ES2015 syntax (like IE11), you'll need to set target: ['web', 'es5'] to use ES5 syntax.
- Loading branch information