Merge pull request #12870 from ahocevar/legacy-publicpath

Fix publicPath problem in legacy build
This commit is contained in:
Tim Schaub
2021-10-12 13:30:33 -06:00
committed by GitHub

View File

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