Skip to content

Commit

Permalink
remove-source-maps
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Jul 11, 2021
1 parent 28c806a commit 0d24f18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mayank1513/vue-tag-input",
"description": "A versatile tag input component built with Vue 3 Composition API",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/TagInput.umd.min.js",
"browser": {
"./sfc": "src/components/TagInput.vue"
Expand Down
3 changes: 3 additions & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
productionSourceMap: false
};

0 comments on commit 0d24f18

Please sign in to comment.