1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-26 13:54:49 +00:00

Try out transpiled-only builds

This commit is contained in:
tobspr
2022-06-16 10:35:58 +02:00
parent 6abe731b32
commit 3b4ae39caa
7 changed files with 13 additions and 14 deletions

View File

@@ -206,6 +206,10 @@ module.exports = ({
},
{
test: /\.js$/,
exclude: {
and: [/rusha/],
// // not: [/semver/, /query-string/, /yallist/],
},
use: [
// "thread-loader",
{
@@ -235,6 +239,10 @@ module.exports = ({
},
{
test: /\.worker\.js$/,
exclude: {
and: [/rusha/],
// // not: [/semver/, /query-string/, /yallist/],
},
use: [
{
loader: "worker-loader",