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 82f6d59 commit 5fd2908Copy full SHA for 5fd2908
1 file changed
webpack.config.js
@@ -77,7 +77,7 @@ module.exports = (env, argv) => {
77
? "netjsongraph.echarts.js"
78
: "netjsongraph.js",
79
clean: true,
80
- publicPath: "/",
+ publicPath: "auto",
81
},
82
devtool: isDevelopment ? "eval-source-map" : false,
83
// Externalize Leaflet for echarts-only build
0 commit comments