mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-12 01:52:49 +00:00
cache busting - minor audio file fix
This commit is contained in:
6
webpack.prod.config.js
Normal file
6
webpack.prod.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var webpack = require("./webpack.config.js")
|
||||
|
||||
webpack.plugins[0].filename = "/static/[name].[hash].css";
|
||||
webpack.output.filename = '/static/[name].[hash].js';
|
||||
|
||||
module.exports = webpack;
|
||||
Reference in New Issue
Block a user