Skip to content

Commit

Permalink
Merge branch 'hotfix/lazy-load'
Browse files Browse the repository at this point in the history
  • Loading branch information
pusztaie committed Jul 21, 2021
2 parents aac83da + 63d4dc4 commit 6231793
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sn-controls-react/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
file: 'dist/bundle.esm.min.js',
format: 'esm',
plugins: [],
inlineDynamicImports: true,
},
{
file: 'dist/bundle.min.js',
Expand All @@ -23,6 +24,7 @@ module.exports = {
react: 'React',
},
sourcemap: true,
inlineDynamicImports: true,
},
],
plugins: [
Expand Down

0 comments on commit 6231793

Please sign in to comment.