瀏覽代碼

added sourcemap generation

sanex3339 9 年之前
父節點
當前提交
956bcd967d
共有 2 個文件被更改,包括 258 次插入190 次删除
  1. 257 190
      dist/index.js
  2. 1 0
      webpack.config.js

File diff suppressed because it is too large
+ 257 - 190
dist/index.js


+ 1 - 0
webpack.config.js

@@ -4,6 +4,7 @@ module.exports = {
     entry: {
         'index': './index.ts'
     },
+    devtool: 'source-map',
     target: 'node',
     externals: [nodeExternals()],
     module: {

Some files were not shown because too many files changed in this diff