mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
const config = require("./webpack.config.js")
|
|
|
|
config.mode = "production"
|
|
config.devtool = "source-map"
|
|
config.output.filename = "main.min.js"
|
|
|
|
module.exports = config |