UNPKG

@transifex/native

Version:
8 lines (6 loc) 152 B
const nodeConfig = require('./webpack.node'); const browserConfig = require('./webpack.browser'); module.exports = [ nodeConfig, browserConfig, ];