fix bitbucket build failures

This commit is contained in:
Shawn Erquhart 2018-07-25 08:04:36 -04:00
parent eb5ee68ea7
commit 91a5814079
2 changed files with 3 additions and 4 deletions

View File

@ -1,3 +0,0 @@
const config = require('../../babel.config.js');
module.exports = config;

View File

@ -1 +1,3 @@
module.exports = require('../../webpack.config.js'); const { getConfig } = require('../../scripts/webpack.js');
module.exports = getConfig();