Browse Source

Build Core as module

sebastien 6 năm trước cách đây
mục cha
commit
53d4b7af6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/webpack.config.js

+ 1 - 1
src/webpack.config.js

@@ -37,7 +37,7 @@ module.exports = {
             test: /\.tsx?$/,
             loader: 'awesome-typescript-loader',
             options: {
-                configFileName: '../../tsconfig.json',
+                configFileName: '../../src/tsconfig.json',
                 declarationDir: '../../dist/preview release/build'
             }
         }]