Attempt to fix `Automatic publicPath is not supported in this browser` error
This commit is contained in:
Родитель
8671d7911b
Коммит
cbac90c10b
|
@ -21,6 +21,7 @@ const makeConfig = ({ target, externals = {} }) => ({
|
|||
type: 'umd',
|
||||
},
|
||||
globalObject: 'this',
|
||||
publicPath: '',
|
||||
},
|
||||
target,
|
||||
externals,
|
||||
|
|
Загрузка…
Ссылка в новой задаче