Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
kjda committed Aug 7, 2014
1 parent 11c3dbd commit 6eebe44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

4 changes: 1 addition & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ module.exports = {
//devtool: 'source-map',
context: __dirname + '/lib/',
watch: true,
entry: [
__dirname + '/lib/index.jsx'
],
entry: './index.jsx',
output: {
path: __dirname + '/dist/',
filename: 'index.js',
Expand Down

0 comments on commit 6eebe44

Please sign in to comment.