2.0.0-beta.1 • Published 2 years ago

webpack-vue-plugin-inspector v2.0.0-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Install

# yarn
yarn add webpack-vue-plugin-inspector -D

# npm
npm install webpack-vue-plugin-inspector -D

Usage

only support webpack as so far

  • win(default): control(left) + click
  • mac(default): command(left) + click
const { webpackPlugin, pluginServerV4, pluginServerV5} = require('webpack-vue-plugin-inspector/webpack')

module.exports = defineConfig({
  ...
  devServer: {
    ...domToCodeDevServerV5
  },
  configureWebpack: {
    plugins: [
      webpackPlugin({})
    ]
  }
  // use custom key as shortcuts
  configureWebpack: {
    plugins: [
      webpackPlugin({
        key: 'your key shortcuts'
      })
    ]
  }
})

Attention

You need to add environment variables in vscode

2.0.0-beta.1

2 years ago

2.0.0-beta.0

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago