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 863e669 commit a333957Copy full SHA for a333957
webpack.config.js
@@ -19,7 +19,7 @@ const widgetVersion = package.version;
19
filename: `${widgetName}/widget/[name].js`,
20
chunkFilename: `${widgetName}/widget/${widgetName}[id].js`,
21
libraryTarget: "amd",
22
- publicPath: "widgets/"
+ publicPath: "/widgets/"
23
},
24
devtool: false,
25
mode: "production",
0 commit comments