浏览代码

context directory should be correct

Raanan Weber 7 年之前
父节点
当前提交
19d65a6d00
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Viewer/webpack.gulp.config.js

+ 1 - 1
Viewer/webpack.gulp.config.js

@@ -1,5 +1,5 @@
 module.exports = {
-    context: __dirname,
+    //context: __dirname,
     entry: [
         __dirname + '/src/index.ts'
     ]