Skip to content

Commit

Permalink
update asset loader
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 15, 2019
1 parent c380aa2 commit 44bf045
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@google-cloud/firestore": "^0.19.0",
"@sentry/node": "^4.3.0",
"@tensorflow/tfjs-node": "^0.3.0",
"@zeit/webpack-asset-relocator-loader": "0.5.0-beta.2",
"@zeit/webpack-asset-relocator-loader": "0.5.0-beta.3",
"analytics-node": "^3.3.0",
"apollo-server-express": "^2.2.2",
"arg": "^4.1.0",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ module.exports = (
existingAssetNames.push(`${filename}.cache.js`);
}
const resolvePlugins = [];
let tsconfigMatchPath;
// add TsconfigPathsPlugin to support `paths` resolution in tsconfig
// we need to catch here because the plugin will
// error if there's no tsconfig in the working directory
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1222,10 +1222,10 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz#5c85d662f76fa1d34575766c5dcd6615abcd30d8"
integrity sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==

"@zeit/[email protected].1":
version "0.5.0-beta.1"
resolved "https://registry.yarnpkg.com/@zeit/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-0.5.0-beta.1.tgz#0068104f9eaae3a4ba5c084b350e8119c3a8b823"
integrity sha512-KqjT5581WpIZVvk5KnFosKubUsP9kW/8oMXfR2OLNxCm6mjeQRfWGQzPEAvwA4div4Lq785ewyWpb8Ov1eWQRg==
"@zeit/[email protected].3":
version "0.5.0-beta.3"
resolved "https://registry.yarnpkg.com/@zeit/webpack-asset-relocator-loader/-/webpack-asset-relocator-loader-0.5.0-beta.3.tgz#33196207b3c15f8f1a7a084257748abee7cdb21f"
integrity sha512-vEiXGskVlN/6fYLDrFNItT841KIl1K3WNEbMjzgzTbvJi5ztu6HKFyVa4BubYkbh+l59jPDR967rfzJjzpV5OQ==
dependencies:
sourcemap-codec "^1.4.4"

Expand Down

0 comments on commit 44bf045

Please sign in to comment.