mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Revert worker loader change
This commit is contained in:
parent
64b983b94e
commit
ecbf9d7e78
3 changed files with 15 additions and 2 deletions
|
|
@ -92,6 +92,16 @@ module.exports = ({ watch = false, standalone = false }) => {
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
test: /\.worker\.js$/,
|
||||
use: {
|
||||
loader: "worker-loader",
|
||||
options: {
|
||||
fallback: false,
|
||||
inline: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
test: /\.ya?ml$/,
|
||||
type: "json", // Required by Webpack v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue