Fix unresolved dependency warning in Rollup (#1043)

This commit is contained in:
Nathan Bierema 2022-01-21 10:53:59 -05:00 committed by GitHub
parent 36a015a6f2
commit 5572d5704d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ const config = [
'object-path', 'object-path',
'jsan', 'jsan',
'simple-diff', 'simple-diff',
'es6template',
], ],
}, },
]; ];