Skip to content

Commit

Permalink
fix: use commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodoabad committed Jun 23, 2018
1 parent 542a5c8 commit 31479a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
},
output: {
filename: '[name].js',
libraryTarget: 'umd',
libraryTarget: 'commonjs',
path: path.resolve(__dirname, 'dist')
},
};

0 comments on commit 31479a5

Please sign in to comment.