Skip to content

Commit c9ef86f

Browse files
committed
update to new dev setup
1 parent 6d75abd commit c9ef86f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"type": "git",
1515
"url": "https://github.com/davidroyer/vue2-editor"
1616
},
17-
"main": "dist/index.js",
17+
"main": "dist/vue2-editor.js",
1818
"files": [
1919
"dist"
2020
],

poi.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ module.exports = {
55
html: {
66
title: 'Vue2Editor'
77
},
8+
filename: {
9+
js: 'vue2-editor.js'
10+
},
811
extractCSS: false
912
};

0 commit comments

Comments
 (0)