1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

🔨 Set webpack mode to production

This commit is contained in:
Steffo 2021-08-28 05:32:36 +02:00
parent c5cfe0c64a
commit 1d77367e14
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -3,7 +3,7 @@ const path = require("path")
module.exports = {
// Mode: setting this to development preconfigure webpack with some defaults
mode: "development",
mode: "production",
// Loaders: these allow various non-js filetypes to be imported
module: {