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 e88a1dd commit 76b40a5Copy full SHA for 76b40a5
src/main.js renamed to index.js
package.json
@@ -5,10 +5,9 @@
5
"author": "Christian González <[email protected]>",
6
"scripts": {
7
"serve": "vue-cli-service serve",
8
- "build": "vue-cli-service build",
9
- "build-lib": "vue-cli-service build --target lib --name vue-extensionpoints src/main.js",
+ "build": "vue-cli-service build --target lib --name vue-extensionpoints index.js",
10
"lint": "vue-cli-service lint",
11
- "prepublish": "npm run lint && npm run build-lib"
+ "prepublish": "npm run lint && npm run build"
12
},
13
"repository": {
14
"type": "git",
0 commit comments