1
0
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:
2017-02-05 07:29:15 +00:00
parent d62370eb77
commit 043a82d3df
19 changed files with 66877 additions and 20 deletions

6
webpack.prod.config.js Normal file
View 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;