Skip to content

Commit 71d1ff6

Browse files
committed
chore(ui): fix build warning
1 parent bcff178 commit 71d1ff6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/build/script.javascript.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const builds = [
5656
},
5757
output: {
5858
file: resolve('../dist/index.common.js'),
59-
format: 'cjs'
59+
format: 'cjs',
60+
exports: 'auto'
6061
}
6162
},
6263
build: {

0 commit comments

Comments
 (0)