Skip to content

Commit 1495201

Browse files
committed
use posix?
1 parent 2da54d4 commit 1495201

File tree

1 file changed

+2
-2
lines changed
  • packages/integration-tests/fixtures/debug-ids-already-injected/input/webpack5

1 file changed

+2
-2
lines changed

packages/integration-tests/fixtures/debug-ids-already-injected/input/webpack5/webpack.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ console.log({
1212
export default {
1313
devtool: "source-map-debugids",
1414
cache: false,
15-
entry: { index: join(__dirname, "..", "bundle.js") },
15+
entry: { index: posix.join(__dirname, "..", "bundle.js") },
1616
output: {
17-
path: join(__dirname, "..", "..", "out", "webpack5"),
17+
path: posix.join(__dirname, "..", "..", "out", "webpack5"),
1818
library: {
1919
type: "commonjs",
2020
},

0 commit comments

Comments
 (0)