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 eedcc47 commit f6d8124Copy full SHA for f6d8124
src/public_path.js
@@ -1,3 +1,5 @@
1
+// DEPRECATED. Webpack handles the public path by iteself.
2
+// TODO: REMOVE with next major release
3
// NOTE: Import this file before any other files
4
// Overwrite path to load resources or use default one.
5
__webpack_public_path__ = window.__patternslib_public_path__; // eslint-disable-line no-undef
0 commit comments