QuackatronHQ / Gigarepo

Duplicate polyfills from Polyfill.io JS-P1002
Performance
Minor
a month ago2 years old
No duplicate polyfills from Polyfill.io are allowed. WeakSet, Promise, Promise.prototype.finally, es2015, es5, es6 are already shipped with Next.js. See: https://nextjs.org/docs/messages/no-unwanted-polyfillio
46    return (
47      <div>
48        <h1>Hello title</h1>
49        <script src="https://polyfill.io/v3/polyfill.min.js?features=WeakSet%2CPromise%2CPromise.prototype.finally%2Ces2015%2Ces5%2Ces6" />50      </div>
51    );
52  }