Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Include source-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Sep 9, 2015
1 parent fde4125 commit a042006
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ standalone: dist/wpcom.js
install: node_modules index.js

clean:
@rm -rf dist index.js
@rm -rf dist index.js index.js.map

distclean: clean
@rm -rf node_modules
Expand Down
3 changes: 2 additions & 1 deletion dist/wpcom.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/wpcom.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ module.exports = {
},
resolve: {
extensions: ['', '.js']
}
},
devtool: 'sourcemap'
};

0 comments on commit a042006

Please sign in to comment.