Skip to content

Commit

Permalink
add source map
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Nov 2, 2015
1 parent a58d092 commit 34df75e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -320,11 +320,11 @@ Note: listen to all event by using the '*' shortcut: `theater.on('*', callback)`

## Change Log

### 2.0.1 - Unreleased
### 2.0.1 - 2015-11-02

* [x] publish to npm, fix for non-browser environment
* [x] add a `.npmignore` file
* [ ] add source map
* publish to npm, fix for non-browser environment
* add a `.npmignore` file
* add source map

### 2.0.0 - 2015-11-02

Expand Down
3 changes: 2 additions & 1 deletion dist/theater.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions webpack.config.js
Expand Up @@ -25,5 +25,7 @@ module.exports = {
]
},

devtool: '#source-map',

plugins: [new webpack.optimize.UglifyJsPlugin()]
}

0 comments on commit 34df75e

Please sign in to comment.