fix: automatic public path (#458)

This commit is contained in:
Daniel Lautzenheiser 2023-01-29 09:50:51 -05:00 committed by GitHub
parent b428ecd5b9
commit 67529e8cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ module.exports = {
}), }),
].filter(Boolean), ].filter(Boolean),
output: { output: {
publicPath: '',
path: path.resolve(__dirname, 'dist'), path: path.resolve(__dirname, 'dist'),
filename: 'static-cms-core.js', filename: 'static-cms-core.js',
library: { library: {