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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user