Skip to content

Commit c1b0154

Browse files
committed
publicPath
1 parent c60167f commit c1b0154

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-ipynb-renderer",
33
"homepage": "https://docs.walkframe.com/products/react-ipynb-renderer/",
4-
"version": "2.2.0-rc.2",
4+
"version": "2.2.0-rc.3",
55
"description": "A react component that displays an ipynb file.",
66
"main": "dist/index.js",
77
"module": "dist/index.js",

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
globalObject: "this",
2525
filename: "[name].js",
2626
path: path.resolve(__dirname, "dist"),
27+
publicPath: './',
2728
},
2829
plugins: [new TypescriptDeclarationPlugin({})],
2930
optimization: {

0 commit comments

Comments
 (0)