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 4732a19 commit bd9464fCopy full SHA for bd9464f
index.js
@@ -35,7 +35,9 @@ module.exports = (api) => {
35
}
36
})
37
38
- api.registerCommand('ext-serve', (...args) => {
+ api.registerCommand('ext-serve', {
39
+ description: 'Builds and watches the project, writing the files to the output directory'
40
+ }, (...args) => {
41
log('Starting webpack in watch mode...')
42
43
api.configureWebpack((webpackConfig) => {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-cli-plugin-browser-extension",
3
- "version": "0.0.2",
+ "version": "0.0.3",
4
"description": "Browser extension development plugin for vue-cli 3.0",
5
"main": "index.js",
6
"scripts": {
0 commit comments