Skip to content

Commit ec47dee

Browse files
committed
build: fix webpack-dev-server configuration
The playgrounds themselves are still broken, but it's a step...
1 parent 8bce7e3 commit ec47dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webpack.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const playgroundBuilder = webBuilder.clone()
128128
]));
129129

130130
module.exports = [
131+
playgroundBuilder.get(), // webpack-dev-server only looks at the first configuration
131132
nodeBuilder.get(),
132-
webBuilder.get(),
133-
playgroundBuilder.get()
133+
webBuilder.get()
134134
];

0 commit comments

Comments
 (0)