next.js/test/integration/webpack-config-mainjs/client/polyfills.js
polyfills.js9 lines379 B
/* eslint no-extend-native: 0 */

// This file runs before React and Next.js core
// This file is loaded for all browsers
// Next.js includes a number of polyfills only for older browsers like IE11
// Make sure you don't duplicate these in this file
// https://github.com/vercel/next.js/blob/canary/packages/next-polyfill-nomodule/src/index.js
console.log('Load your polyfills')
Quest for Codev2.0.0
/
SIGN IN