Skip to content

Commit a333957

Browse files
author
JelteMX
committed
Fix widgets path when using pages that have an ID (e.g. //host/p/Page)
1 parent 863e669 commit a333957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const widgetVersion = package.version;
1919
filename: `${widgetName}/widget/[name].js`,
2020
chunkFilename: `${widgetName}/widget/${widgetName}[id].js`,
2121
libraryTarget: "amd",
22-
publicPath: "widgets/"
22+
publicPath: "/widgets/"
2323
},
2424
devtool: false,
2525
mode: "production",

0 commit comments

Comments
 (0)