mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 02:57:52 +00:00
revert the empty lines
This commit is contained in:
parent
16338ad84b
commit
c232a8e814
@ -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) {
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user