mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🔨 Set webpack mode to production
This commit is contained in:
parent
c5cfe0c64a
commit
1d77367e14
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue