diff --git a/compiler/webpack.config.js b/compiler/webpack.config.js index a491278..c796410 100644 --- a/compiler/webpack.config.js +++ b/compiler/webpack.config.js @@ -127,7 +127,7 @@ function initConfig(config) { } if (!projectConfig.aceModuleJsonPath) { config.resolve.modules.push(path.join(projectPath, '../../../../node_modules/')); - } else if (projectConfig.aceModuleJsonPath) { + } else { config.resolve.modules.push(path.join(projectPath, '../../../node_modules/')); } }