2018-03-30 21:33:34 +02:00
|
|
|
const packageBaseConfig = require('./webpack.speech.common.js');
|
2018-03-30 23:38:56 +02:00
|
|
|
const clientBaseConfig = require('./webpack.client.common.js');
|
2018-03-16 21:03:54 +01:00
|
|
|
|
|
|
|
module.exports = [
|
2018-03-30 23:38:56 +02:00
|
|
|
clientBaseConfig,
|
2018-03-20 23:57:24 +01:00
|
|
|
packageBaseConfig,
|
2018-03-16 21:03:54 +01:00
|
|
|
];
|