Webpack includes this file into the remoteEntry file, so we do not need to keep it as a separate file.
@@ -221,6 +221,9 @@ function generateConfig({
}
data.jupyterlab._build = _build;
writeJSONFile(path.join(outputPath, 'package.json'), data);
+
+ // Remove our temporary public path file
+ fs.removeSync(publicpath);
});