Skip to content

Commit

Permalink
Merge tag 'lazy-load' into develop
Browse files Browse the repository at this point in the history
2021-07-hotfix
  • Loading branch information
pusztaie committed Jul 21, 2021
2 parents df2d1e6 + 6231793 commit 7701389
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 7701389

Please sign in to comment.