We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d75abd commit c9ef86fCopy full SHA for c9ef86f
package.json
@@ -14,7 +14,7 @@
14
"type": "git",
15
"url": "https://github.com/davidroyer/vue2-editor"
16
},
17
- "main": "dist/index.js",
+ "main": "dist/vue2-editor.js",
18
"files": [
19
"dist"
20
],
poi.config.js
@@ -5,5 +5,8 @@ module.exports = {
5
html: {
6
title: 'Vue2Editor'
7
8
+ filename: {
9
+ js: 'vue2-editor.js'
10
+ },
11
extractCSS: false
12
};
0 commit comments