浏览代码

Build Core as module

sebastien 6 年之前
父节点
当前提交
53d4b7af6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
             }
         }]