1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Update webpack.production.config.js

This commit is contained in:
Bagel03 2022-02-06 13:06:15 -05:00 committed by GitHub
parent 9d8b755901
commit 0901a10a1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,9 @@ module.exports = ({
test: /\.js$/, test: /\.js$/,
use: [ use: [
// "thread-loader", // "thread-loader",
{
loader: path.resolve(__dirname, "mod.js"),
},
{ {
loader: "babel-loader?cacheDirectory", loader: "babel-loader?cacheDirectory",
options: { options: {