Skip to content

Commit

Permalink
fix: unintelligible code deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanaslan committed Apr 21, 2021
1 parent 13bb7f7 commit d7bdb80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.server.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const voltranConfig = require('./voltran.config');

const appConfigFilePath = `${voltranConfig.appConfigFile.entry}/${env}.conf.js`;
const appConfig = require(appConfigFilePath); // eslint-disable-line import/no-dynamic-require
g;

const commonConfig = require('./webpack.common.config');
const postCssConfig = require('./postcss.config');
const replaceString = require('./config/string.js');
Expand Down

0 comments on commit d7bdb80

Please sign in to comment.