Skip to content

Commit

Permalink
Merge pull request #187 from simon04/sourcemap
Browse files Browse the repository at this point in the history
build: add sourcemap
  • Loading branch information
jonataswalker authored Oct 6, 2020
2 parents f032387 + e05510c commit 90538dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default [
banner,
globals,
file: './dist/ol-geocoder.js',
sourcemap: true,
format: 'umd',
name: 'Geocoder',
},
Expand All @@ -61,6 +62,7 @@ export default [
banner,
globals,
file: './dist/ol-geocoder-debug.js',
sourcemap: true,
format: 'umd',
name: 'Geocoder',
},
Expand Down

0 comments on commit 90538dc

Please sign in to comment.