From 9d3cf8107169d6eca6b5619651e17f45608401bb Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Mon, 11 Apr 2022 15:18:31 +0800 Subject: [PATCH] chore: Modify rollup config. (#351) --- scripts/watch.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/watch.js b/scripts/watch.js index 630e0c5..da96da9 100644 --- a/scripts/watch.js +++ b/scripts/watch.js @@ -29,6 +29,7 @@ const watchOptions = { { file: 'dist/hotkeys.common.js', name: 'hotkeys', + exports: 'auto', banner: banner.multibanner(), format: 'cjs', },