rsnext/packages/eslint-plugin-next/lib
JJ Kasper 9a0fc42d56
Fix ie11 support with webpack 5 (#25014)
This fixes ie11 compatibility that broke in https://github.com/vercel/next.js/pull/24656 from the polyfills not being loaded first, our existing ie11 test caught this but was failing, this ensures the test is passing again. This also updates the `hrefValue` optional chaining in the eslint plugin as these files aren't transpiled and related tests were failing in azure 

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
2021-05-12 12:24:42 +00:00
..
rules Fix ie11 support with webpack 5 (#25014) 2021-05-12 12:24:42 +00:00
utils ESLint Plugin: Google Font rules (#24766) 2021-05-10 10:03:28 +02:00
index.js ESLint Plugin: Prevent bad imports of next/document and next/head (#24832) 2021-05-10 21:28:06 +00:00