Skip to content

Commit

Permalink
Update config webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussmohamed committed Dec 2, 2017
1 parent e663f8b commit cd198ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const include = join(__dirname, 'src');
export default {
entry: ['babel-polyfill', './index'],
output: {
path: join(__dirname, 'examples/dist'),
path: join(__dirname, 'dist'),
libraryTarget: 'umd',
library: 'SpotifoodWrapper',
},
Expand Down

0 comments on commit cd198ce

Please sign in to comment.