瀏覽代碼

fixing remote build

Raanan Weber 7 年之前
父節點
當前提交
87c0875254
共有 2 個文件被更改,包括 5 次插入2 次删除
  1. 4 1
      Viewer/tsconfig-gulp.json
  2. 1 1
      Viewer/webpack.gulp.config.js

+ 4 - 1
Viewer/tsconfig-gulp.json

@@ -19,7 +19,7 @@
         "types": [
             "node"
         ],
-        "baseUrl": ".",
+        "baseUrl": "./",
         "paths": {
             "babylonjs": [
                 "../dist/preview release/babylon.d.ts"
@@ -33,5 +33,8 @@
         "node_modules",
         "dist",
         "tests"
+    ],
+    "include": [
+        "./src/**/*.ts"
     ]
 }

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

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