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 ea5ac26 commit 39b85acCopy full SHA for 39b85ac
package.json
@@ -14,7 +14,7 @@
14
"test": "npm run lint && mocha --compilers js:babel-register",
15
"dev": "cd example && webpack --watch",
16
"build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
17
- "prepubish": "npm run build"
+ "prepublish": "npm run build"
18
},
19
"repository": {
20
"type": "git",
0 commit comments