Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 67529e8

Browse files
authored
fix: automatic public path (#458)
1 parent b428ecd commit 67529e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module.exports = {
102102
}),
103103
].filter(Boolean),
104104
output: {
105+
publicPath: '',
105106
path: path.resolve(__dirname, 'dist'),
106107
filename: 'static-cms-core.js',
107108
library: {

0 commit comments

Comments
 (0)