Use transpiled modules for legacy build
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = {
|
||||
mode: 'production',
|
||||
resolve: {
|
||||
alias: {
|
||||
ol: path.resolve('./src/ol'),
|
||||
ol: path.resolve('./build/ol'),
|
||||
},
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user