build: fix webpack-dev-server configuration

The playgrounds themselves are still broken, but it's a step...
This commit is contained in:
Christopher Willis-Ford 2024-12-20 11:47:58 -08:00
parent 8bce7e3d3b
commit ec47dee233

View file

@ -128,7 +128,7 @@ const playgroundBuilder = webBuilder.clone()
]));
module.exports = [
playgroundBuilder.get(), // webpack-dev-server only looks at the first configuration
nodeBuilder.get(),
webBuilder.get(),
playgroundBuilder.get()
webBuilder.get()
];