1.5.0 • Published 5 years ago
coc-webpack v1.5.0
coc-webpack
webpack's config options are crazy much 😢 and this is an simple autocomplete support for (neo)vim
Note: you may not need this plugin anymore see: type check in javascript
this plugin will default disable when use
@typecheck
features:
- auto-complete
- hover document

Installation
:CocInstall coc-webpackUsage
For now it support below format:
file name: webpack.config.js:
module.exports = {
|
}Command
start webpack watch task for current project
:CocCommand webpack.watchcoc-list
:CocList webpack
:CocList webpackErrorsConfiguration
"coc-webpack.enable": true, // enable coc-webpack
"coc-webpack.disableWhenUseTypeCheck": true, // disable coc-webpack when use @type {import('webpack').Configuration} comment
"coc-webpack.trace.server": "off" // Trace level of coc-webpack