mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Rename webpack config file
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
ae38481de8
commit
16ded2e987
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user