Skip to content

Commit

Permalink
fix: updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedAlchemy committed Jan 27, 2019
1 parent 3f975cd commit 923342c
Show file tree
Hide file tree
Showing 9 changed files with 2,946 additions and 1,020 deletions.
3,948 changes: 2,938 additions & 1,010 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"webpack": "^4.4.0"
},
"dependencies": {
"loader-utils": "^1.1.0",
"loader-utils": "^1.2.3",
"normalize-url": "^4.1.0",
"schema-utils": "^1.0.0",
"webpack-sources": "^1.1.0"
Expand Down
Expand Up @@ -48,7 +48,7 @@
/******/
/******/ // script path function
/******/ function jsonpScriptSrc(chunkId) {
/******/ return __webpack_require__.p + "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"c335d5d236ba55a3fbff"}[chunkId] + ".js"
/******/ return __webpack_require__.p + "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"180f3fba78696a1fb89c"}[chunkId] + ".js"
/******/ }
/******/
/******/ // The require function
Expand Down Expand Up @@ -86,7 +86,7 @@
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
/******/ promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
/******/ var href = "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"822a674590ef68e758b3"}[chunkId] + "." + {"1":"da149d34018298af23b9"}[chunkId] + ".css";
/******/ var href = "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"cb90164705bd5073285d"}[chunkId] + ".css";
/******/ var fullhref = __webpack_require__.p + href;
/******/ var existingLinkTags = document.getElementsByTagName("link");
/******/ for(var i = 0; i < existingLinkTags.length; i++) {
Expand Down Expand Up @@ -137,7 +137,6 @@
/******/ promises.push(installedChunkData[2] = promise);
/******/
/******/ // start chunk loading
/******/ var head = document.getElementsByTagName('head')[0];
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
/******/
Expand Down Expand Up @@ -169,7 +168,7 @@
/******/ onScriptComplete({ type: 'timeout', target: script });
/******/ }, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
/******/ head.appendChild(script);
/******/ document.head.appendChild(script);
/******/ }
/******/ }
/******/ return Promise.all(promises);
Expand Down
Expand Up @@ -48,7 +48,7 @@
/******/
/******/ // script path function
/******/ function jsonpScriptSrc(chunkId) {
/******/ return __webpack_require__.p + "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"74b98ee6c7507ed560f7"}[chunkId] + ".js"
/******/ return __webpack_require__.p + "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"181319770a6c480a0ff6"}[chunkId] + ".js"
/******/ }
/******/
/******/ // The require function
Expand Down Expand Up @@ -86,7 +86,7 @@
/******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
/******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
/******/ promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
/******/ var href = "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"11a76e1512072d65b9db"}[chunkId] + "." + {"1":"c747f8a6eecaeef208b9"}[chunkId] + ".css";
/******/ var href = "" + ({"1":"style"}[chunkId]||chunkId) + "." + {"1":"a01f648739f34c701d28"}[chunkId] + ".css";
/******/ var fullhref = __webpack_require__.p + href;
/******/ var existingLinkTags = document.getElementsByTagName("link");
/******/ for(var i = 0; i < existingLinkTags.length; i++) {
Expand Down Expand Up @@ -137,7 +137,6 @@
/******/ promises.push(installedChunkData[2] = promise);
/******/
/******/ // start chunk loading
/******/ var head = document.getElementsByTagName('head')[0];
/******/ var script = document.createElement('script');
/******/ var onScriptComplete;
/******/
Expand Down Expand Up @@ -169,7 +168,7 @@
/******/ onScriptComplete({ type: 'timeout', target: script });
/******/ }, 120000);
/******/ script.onerror = script.onload = onScriptComplete;
/******/ head.appendChild(script);
/******/ document.head.appendChild(script);
/******/ }
/******/ }
/******/ return Promise.all(promises);
Expand Down
2 changes: 1 addition & 1 deletion test/cases/js-hash/webpack.config.js
Expand Up @@ -30,7 +30,7 @@ module.exports = [1, 2].map(n => ({
},
plugins: [
new Self({
filename: `[name].[contenthash].[chunkhash].css`,
filename: `[name].[chunkhash].css`,
}),
],
}));

0 comments on commit 923342c

Please sign in to comment.