Skip to content

Commit

Permalink
rename release.js to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
petercrona committed Apr 29, 2017
1 parent c51bb2a commit f73d271
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
@@ -1,7 +1,7 @@
const path = require('path');

module.exports = {
entry: './src/release.js',
entry: './src/index.js',
output: {
path: path.join(__dirname, 'dist'),
filename: 'bundle.js',
Expand Down

0 comments on commit f73d271

Please sign in to comment.