Skip to content

Commit 223aaa8

Browse files
committed
nassh: dist: fix hterm.js building
Make sure to declare another libdot.js as external so rollup doesn't duplicate it into the hterm dep. Change-Id: If392dad597eb68df0d441338fd0d335dfbc86514 Reviewed-on: https://chromium-review.googlesource.com/c/apps/libapps/+/4852381 Reviewed-by: Joel Hockey <[email protected]> Tested-by: kokoro <[email protected]>
1 parent a7e1a3e commit 223aaa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nassh/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ let targets = [
6868
external: [
6969
'../../../libdot/index.js',
7070
'../../libdot/index.js',
71+
'../libdot/index.js',
7172
],
7273
plugins: plugins,
7374
},

0 commit comments

Comments
 (0)