ソースを参照

Do not remove build dir

Steven Silvester 7 年 前
コミット
181222f46c
1 ファイル変更0 行追加3 行削除
  1. 0 3
      jupyterlab/webpack.config.js

+ 0 - 3
jupyterlab/webpack.config.js

@@ -8,9 +8,6 @@ var Build = require('@jupyterlab/buildutils').Build;
 
 // Ensure a clear build directory.
 var buildDir = './build';
-if (fs.existsSync(buildDir)) {
-  fs.removeSync(buildDir);
-}
 fs.ensureDirSync(buildDir);
 
 fs.copySync('./package.json', './build/package.json');