Skip to content

Commit 1f8107b

Browse files
committed
Fix unresolved dependency build warning
1 parent b0081d1 commit 1f8107b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ export default {
1515
external: [
1616
'classnames',
1717
'react',
18-
'react-beautiful-dnd',
1918
'reactstrap',
2019
'react-jss',
2120
'react-select',
21+
'@hello-pangea/dnd',
2222
'@fortawesome/free-solid-svg-icons',
2323
'@fortawesome/react-fontawesome',
2424
],

0 commit comments

Comments
 (0)