Remove webpack.config.js

This commit is contained in:
syuilo 2017-02-24 11:27:27 +09:00
parent d5dfbff3c1
commit 092a823336
3 changed files with 1 additions and 3 deletions

View file

@ -131,7 +131,7 @@ gulp.task('build:client:scripts', () => new Promise(async (ok) => {
// Get commit info
const commit = await prominence(git).getLastCommit();
let stream = webpack(require('./webpack.config.js')(commit, env), require('webpack'));
let stream = webpack(require('./webpack.config')(commit, env), require('webpack'));
// TODO: remove this block
if (isProduction) {