webpack-plugin-get-assets
v0.0.2
Published
A webpack plugin of getting built assets
Downloads
1
Readme
WepackPluginGetAssets
A webpack plugin of getting built assets
Dependency
- webpack3+ || webpack4+ || webpack5+
Support
- [x] Export resources to the specified file.
- [ ] Custom output format
Usage
const WepackPluginGetAssets = require('webpack-plugin-get-assets')
module.exports = {
...
plugins: [
new WepackPluginGetAssets({
filename: "version.txt"
})
...
]
}