mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
|
'use strict';
|
||
|
const makeConfig = require('./makeConfig');
|
||
|
|
||
|
module.exports = makeConfig({
|
||
|
isProduction: true,
|
||
|
isHTMLBuild: true,
|
||
|
outputDir: 'download'
|
||
|
});
|