Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/talltotal/webpack-dependencie
https://github.com/talltotal/webpack-dependencie
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/talltotal/webpack-dependencie
- Owner: talltotal
- License: mit
- Created: 2019-08-21T02:33:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T09:54:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T01:23:39.569Z (6 days ago)
- Language: JavaScript
- Size: 627 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpack Dependencie
> webpack插件 + vscode插件组合,显示文件被依赖关系> Count & Show the number of times the file is dependent.
==> WIP <==
## use
### webpack plugin
```js
import WebpackDependenciePlugin from '@talltotal/webpack-dependencie'
import webpack from 'webpack'webpack({
plugins: [
new WebpackDependenciePlugin()
]
})
```### vscode extension
在 `EXPLORER` 面板
- 文件右键 => `File References` 列出此文件被哪些文件依赖
- 文件夹右键 => `No References` 列出此文件夹下哪些文件没有被依赖在 `EDITOR` 面板
- 右键 => `File References` 列出当前文件被哪些文件依赖#### Settings
* `WebpackDependencie.open`: true
> Whether to turn on Definition Resolve.
> 是否开启