Ver código fonte

context directory should be correct

Raanan Weber 7 anos atrás
pai
commit
19d65a6d00
1 arquivos alterados com 1 adições e 1 exclusões
  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'
     ]