Skip to content

Commit

Permalink
update to new dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jan 24, 2018
1 parent 6d75abd commit c9ef86f
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
Expand Up @@ -14,7 +14,7 @@
"type": "git",
"url": "https://github.com/davidroyer/vue2-editor"
},
"main": "dist/index.js",
"main": "dist/vue2-editor.js",
"files": [
"dist"
],
Expand Down
3 changes: 3 additions & 0 deletions poi.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ module.exports = {
html: {
title: 'Vue2Editor'
},
filename: {
js: 'vue2-editor.js'
},
extractCSS: false
};

0 comments on commit c9ef86f

Please sign in to comment.