mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-11 04:51:15 -04:00
build: fix webpack-dev-server configuration
The playgrounds themselves are still broken, but it's a step...
This commit is contained in:
parent
8bce7e3d3b
commit
ec47dee233
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue