1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/webpack.prod.config.js

6 lines
185 B
JavaScript

var webpack = require("./webpack.config.js")
webpack.plugins[0].filename = "/static/[name].[hash].css";
webpack.output.filename = '/static/[name].[hash].js';
module.exports = webpack;