Skip to content

Commit 04f6a12

Browse files
committed
Fix missing ./ when globing relative path
1 parent c36daf3 commit 04f6a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ledger-amino/webpack.demo.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = [
99
{
1010
// bundle used for Ledger demo
1111
target: target,
12-
entry: globSync("./build/demo/web.js"),
12+
entry: globSync("./build/demo/web.js", { dotRelative: true }).sort(),
1313
output: {
1414
asyncChunks: false,
1515
path: demodir,

0 commit comments

Comments
 (0)