mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03:00
rename production to release directory, rebuild assets
This commit is contained in:
@@ -25,12 +25,12 @@ var PurgecssPlugin = require('purgecss-webpack-plugin')
|
||||
|
||||
var exports = {
|
||||
context: __dirname,
|
||||
mode: 'production',
|
||||
mode: 'release',
|
||||
entry: [
|
||||
path.resolve(__dirname, 'app/index.js')
|
||||
],
|
||||
output: {
|
||||
path: path.resolve(__dirname, 'production'),
|
||||
path: path.resolve(__dirname, 'release'),
|
||||
filename: 'index_bundle.js'
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user