1. Module bundling added to reduce server calls as each file was taking ~440 ms to load on public server.\n2. JavaScript lib files refactored with OOP for use with module bundling.
This commit is contained in:
10
node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js
generated
vendored
Normal file
10
node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
/* istanbul ignore next */
|
||||
function setAttributesWithoutAttributes(styleElement) {
|
||||
var nonce = typeof __webpack_nonce__ !== "undefined" ? __webpack_nonce__ : null;
|
||||
if (nonce) {
|
||||
styleElement.setAttribute("nonce", nonce);
|
||||
}
|
||||
}
|
||||
module.exports = setAttributesWithoutAttributes;
|
||||
Reference in New Issue
Block a user