Attempt to fix `Automatic publicPath is not supported in this browser` error

This commit is contained in:
Bob Silverberg 2022-10-03 15:16:00 -04:00
Родитель 8671d7911b
Коммит cbac90c10b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,7 @@ const makeConfig = ({ target, externals = {} }) => ({
type: 'umd',
},
globalObject: 'this',
publicPath: '',
},
target,
externals,