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

@ -5,7 +5,6 @@ const constants = require('./src/const.json');
module.exports = (commit, env) => {
const isProduction = env === 'production';
const isDebug = !isProduction;
const pack: webpack.Configuration = {
entry: {