Skip to content

Commit 5485b84

Browse files
committed
bug fixed
1 parent cab72f4 commit 5485b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const chunksHandle = (chunks, compilation) => {
3131
relativePath = getRelativePath(relativePath)
3232
content = `@import "${relativePath}";\n${content}`
3333
} else if (!(/^\.map$/.test(extname))) {
34-
content = `require("${relativePath}")\n${content}`
34+
content = `require("${relativePath}");\n${content}`
3535
}
3636
}
3737
})

0 commit comments

Comments
 (0)