@vdem/vue-component-manifest
v1.0.5
Published
Plugin find all manifest.json file in src directory and create yaml configurations.
Readme
Vue component manifest webpack plugin
Plugin find all manifest.json file in src directory and create yaml configurations.
Usage
vue.config.js
var vueComponentManifestPlugin = require('@vdem/vue-component-manifest');
module.exports = {
configureWebpack: {
plugins: [new vueComponentManifestPlugin()],
},
};Plugin options
| Props | Description | Default |
| -------------- | ----------------------------------------- | ----------------- |
| srcDir | Source directory for scanning | ./src |
| outputDir | Output directory for yaml configuration | manifests |
| manifestFile | Find manifest file by name | manifest.json |
| artifactFile | Find artifact file by name | settings.gradle |
| type | Environment type: system, external | external |
