0.0.4 • Published 3 years ago

@alitajs/remove_version v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

remove_version

简介

用于删除项目中打包后 /dist/index.html 显示的 umi 版本信息。

使用

yarn add @alitajs/remove_version

or

npm install @alitajs/remove_version

config/config.ts/umirc.ts

import { defineConfig } from 'alita';

export default defineConfig({
  ... // 此处隐藏部分内容
  plugins: ['@alitajs/remove_version'],
});