Skip to content

Commit

Permalink
build: fix webpack-dev-server configuration
Browse files Browse the repository at this point in the history
The playgrounds themselves are still broken, but it's a step...
  • Loading branch information
cwillisf committed Jan 2, 2025
1 parent 8bce7e3 commit ec47dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
];

0 comments on commit ec47dee

Please sign in to comment.