entryPath: getEntry()

in packages/build-plugin-lowcode/src/index.js [860:876]


      entryPath: getEntry(rootDir, entryPath),
      scssImport: scssEntry ? `import '${scssEntry}'` : '',
      componentViews,
      componentViewsExportStr,
      componentViewsImportStr,
      library,
      execCompile,
    },
  });
  console.log('in render view: ', execCompile);
  if (!execCompile || editUrls || umdUrls || getAllTask().includes('lowcode-editor-view'))
    return viewPath;
  registerTask('lowcode-editor-view', webPackConfig);
  onGetWebpackConfig('lowcode-editor-view', (config) => {
    debug('editor view build');
    config.plugin('HtmlWebpackPlugin').use(HtmlWebpackPlugin, [
      {