Rename webpack config file

Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
soupette 2021-07-22 15:45:19 +02:00
parent ae38481de8
commit 16ded2e987
3 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const getWebpackConfig = require('./webpack.config');
const getPkgPath = name => path.dirname(require.resolve(`${name}/package.json`));
function getCustomWebpackConfig(dir, config) {
const adminConfigPath = path.join(dir, 'admin', 'admin.webpack.config.js');
const adminConfigPath = path.join(dir, 'admin', 'webpack.config.js');
let webpackConfig = getWebpackConfig(config);