Skip to content

Commit

Permalink
Replaced inputmask NPM library with vue-the-mask
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Mar 8, 2019
1 parent 05cad66 commit cf2d3ad
Show file tree
Hide file tree
Showing 15 changed files with 2,182 additions and 1,305 deletions.
5 changes: 3 additions & 2 deletions bili.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ module.exports = {
]
},
plugins: [
"babel",
'babel',
'node-resolve',
require("rollup-plugin-vue")({
css: false,
}),
require("rollup-plugin-string").string({
include: '**/*.svg'
})
}),
],
};
Loading

0 comments on commit cf2d3ad

Please sign in to comment.