Skip to content

Commit 830cd6b

Browse files
committed
chore; externalize lodash
1 parent 9678d9c commit 830cd6b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/form-js-playground/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default [
6464
'classnames',
6565
'min-dom',
6666
'min-dash',
67+
'lodash',
6768
],
6869
onwarn,
6970
},

packages/form-js-viewer/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default [
5050
],
5151
external: [
5252
'min-dash',
53+
'lodash',
5354
'big.js',
5455
'preact',
5556
'preact/jsx-runtime',

0 commit comments

Comments
 (0)