Browse Source

added sourcemap generation

sanex3339 9 years ago
parent
commit
956bcd967d
2 changed files with 258 additions and 190 deletions
  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: {
     entry: {
         'index': './index.ts'
         'index': './index.ts'
     },
     },
+    devtool: 'source-map',
     target: 'node',
     target: 'node',
     externals: [nodeExternals()],
     externals: [nodeExternals()],
     module: {
     module: {

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