Skip to content

Commit

Permalink
chore; externalize lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaiir committed Sep 2, 2024
1 parent 9678d9c commit 830cd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/form-js-playground/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default [
'classnames',
'min-dom',
'min-dash',
'lodash',
],
onwarn,
},
Expand Down
1 change: 1 addition & 0 deletions packages/form-js-viewer/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default [
],
external: [
'min-dash',
'lodash',
'big.js',
'preact',
'preact/jsx-runtime',
Expand Down

0 comments on commit 830cd6b

Please sign in to comment.