zcash-grant-system/frontend/config/webpack.config.js/server.prod.js

7 lines
99 B
JavaScript

const config = require('./server.base');
module.exports = {
...config,
mode: 'production',
};