Merge pull request #11327 from ahocevar/fix-ie11

Fix Internet Explorer issues
This commit is contained in:
Andreas Hocevar
2020-07-27 13:23:41 +02:00
committed by GitHub
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ module.exports = {
mode: 'production',
resolve: {
alias: {
ol: path.resolve('./src/ol'),
ol: path.resolve('./build/ol'),
},
},
output: {