Skip to content

Commit

Permalink
Add webpack conf
Browse files Browse the repository at this point in the history
  • Loading branch information
marlospomin committed May 2, 2020
1 parent 9edefcf commit ef11a7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const path = require('path')

module.exports = {
output: {
path: path.resolve(__dirname, 'dist'),
filename: 'smoothie.js'
}
}

0 comments on commit ef11a7e

Please sign in to comment.