Skip to content

Commit

Permalink
chore(webpack): bundle our library as.. a library with UMD support
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jun 14, 2018
1 parent 1a43bf8 commit 1551cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webpack.config.js
@@ -1,4 +1,8 @@
const config = {
output: {
library: 'vue-numerals',
libraryTarget: 'umd',
},
module: {
rules: [
{
Expand Down

0 comments on commit 1551cf7

Please sign in to comment.