umi-plugin-nextone-create-version-json
v0.0.6
Published
When the umijs builded, read the version field value from src/AppConfig.ts file, and create version.json file.
Downloads
1
Readme
umi-plugin-nextone-create-version-json
When the umijs builded, read the version field value from src/AppConfig.ts file, and create version.json file.
Install
# or yarn
$ npm install
$ npm run build --watch
$ npm run start
Usage
Configure in .umirc.js
,
export default {
plugins: [
['umi-plugin-nextone-create-versionjson'],
],
}
Options
TODO
LICENSE
MIT