Skip to content

Commit 4378abe

Browse files
authored
fix(build): alias entries in rollup config (#2942)
1 parent d2ac820 commit 4378abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ module.exports = function (args) {
104104
]
105105
}
106106

107-
module.exports.entries = []
107+
module.exports.entries = entries

0 commit comments

Comments
 (0)