Skip to content

Commit

Permalink
add publicPath string to help with jsdom error (#120)
Browse files Browse the repository at this point in the history
* add publicPath string to help with jsdom error

* update deps
  • Loading branch information
piyalbasu authored Jul 28, 2022
1 parent 14d30dd commit 9ca9ed1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion @stellar/design-system-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"lint-tsc": "tsc --noEmit"
},
"dependencies": {
"@stellar/design-system": "^0.8.0",
"@stellar/design-system": "^0.8.1",
"@svgr/webpack": "^6.2.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion @stellar/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stellar/design-system",
"version": "0.8.0",
"version": "0.8.1",
"author": "Stellar Development Foundation <[email protected]>",
"description": "Components for Stellar Development Foundation’s design system",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions @stellar/design-system/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
},
output: {
filename: "[name].js",
publicPath: "",
path: path.resolve(__dirname, "build"),
libraryTarget: "umd",
},
Expand Down

0 comments on commit 9ca9ed1

Please sign in to comment.