Remove webpack.config.js
This commit is contained in:
parent
d5dfbff3c1
commit
092a823336
3 changed files with 1 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue