Skip to content

Commit

Permalink
add buid project
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio-Bessa committed Nov 16, 2020
1 parent 426de08 commit 4e216af
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 2 deletions.
64 changes: 64 additions & 0 deletions build/index.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
target: 'node',
output: {
filename: 'index.js',
path: path.resolve(__dirname, 'dist'),
path: path.resolve(__dirname, 'build'),
},
};

0 comments on commit 4e216af

Please sign in to comment.