Skip to content

Commit

Permalink
include inlineDynamicImports for recent rollup versions
Browse files Browse the repository at this point in the history
Fixes: format problem in WMS WMTS #175

Error: UMD and IIFE output formats are not supported for code-splitting builds.
  • Loading branch information
Momtchil Momtchev committed Sep 2, 2023
1 parent 862fc29 commit 530654c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export default {
output: {
file: 'dist/cdn-bundle.js',
format: 'iife',
inlineDynamicImports: true,
sourcemap: true,
name: 'rlayers',
compact: true,
Expand Down

0 comments on commit 530654c

Please sign in to comment.