Fix legacy build

This commit is contained in:
Andreas Hocevar
2022-03-12 19:52:17 +01:00
parent 7d9cf83efe
commit 07761e96a3

View File

@@ -48,7 +48,7 @@ export default {
},
output: {
path: path.resolve('./build/legacy'),
publicPath: '',
publicPath: 'auto',
filename: 'ol.js',
library: 'ol',
libraryTarget: 'umd',