We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c40b70 + cd84cc7 commit e2b73bcCopy full SHA for e2b73bc
src/core/feature-detection.js
@@ -10,6 +10,8 @@
10
html.classList.add("js");
11
}
12
13
+ // NOTE: Modernizr will be removed in an upcoming minor release.
14
+
15
// Do not load modernizr if disabled. It's enabled by default.
16
// You might want to disable it for your project by setting:
17
// window.__patternslib_disable_modernizr = true;
src/index.js
@@ -1,4 +1,5 @@
1
// Load modernizr and the `html.js` feature class.
2
+// NOTE: Modernizr will be removed in an upcoming minor release.
3
import "./core/feature-detection";
4
5
// Webpack entry point for module federation.
0 commit comments