revert the empty lines

This commit is contained in:
Simone Taeggi 2022-08-03 12:00:16 +02:00
parent 16338ad84b
commit c232a8e814
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const getCustomWebpackConfig = (dir, config) => {
if (fs.existsSync(adminConfigPath)) {
const webpackAdminConfig = require(path.resolve(adminConfigPath));
if (_.isFunction(webpackAdminConfig)) {
// Expose the devServer configuration
if (config.devServer) {

View File

@ -21,6 +21,7 @@ module.exports = () => ({
'dist/',
'.cache/',
'.tmp/',
// Do not include admin files in the server compilation
'src/admin/',
// Do not include test files