We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60167f commit c1b0154Copy full SHA for c1b0154
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-ipynb-renderer",
3
"homepage": "https://docs.walkframe.com/products/react-ipynb-renderer/",
4
- "version": "2.2.0-rc.2",
+ "version": "2.2.0-rc.3",
5
"description": "A react component that displays an ipynb file.",
6
"main": "dist/index.js",
7
"module": "dist/index.js",
webpack.config.js
@@ -24,6 +24,7 @@ module.exports = {
24
globalObject: "this",
25
filename: "[name].js",
26
path: path.resolve(__dirname, "dist"),
27
+ publicPath: './',
28
},
29
plugins: [new TypescriptDeclarationPlugin({})],
30
optimization: {
0 commit comments