We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da8ed7 commit 11339afCopy full SHA for 11339af
src/polyfills.js
@@ -1,10 +1,13 @@
1
// Polyfills for older browsers, most notably IE11.
2
-// Usage: Import this module
3
-// import "@patternslib/patternslib/src/polyfills";
+//
+// Use polyfills-loader.js before the Patternslib bundle to conditionally load
4
+// the polyfills for Internet Explorer:
5
6
+// <script src="polyfills-loader.js" type="text/javascript"></script>
7
8
// Core JS features
9
// You can also import individual core-js features:
-//import "core-js/stable/object/assign";
10
+// import "core-js/stable/object/assign";
11
// But we're importing them all:
12
import "core-js/stable";
13
0 commit comments