UNPKG

bonsai-analyzer

Version:
21 lines (19 loc) 459 B
"use strict"; var config = require('../../node_modules/react-scripts/config/webpack.config.js'); module.exports = [Object.assign({}, config("production"), { target: 'web', output: Object.assign({}, config.output, { filename: 'web.js' }), stats: { source: false } }), Object.assign({}, config("production"), { target: 'node', output: Object.assign({}, config.output, { filename: 'node.js' }), stats: { source: false } })];