Skip to content

Commit

Permalink
chore: 打包配置
Browse files Browse the repository at this point in the history
  • Loading branch information
wang.kangning committed Sep 4, 2023
1 parent 8dea301 commit 5fe4168
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/vite-plugin-react-convention-routes/.fatherrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ import { defineConfig } from 'father';

export default defineConfig({
extends: '../../.fatherrc.ts',
cjs: undefined
});
6 changes: 6 additions & 0 deletions packages/vite-plugin-react-convention-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orca-fe/vite-plugin-react-convention-routes

## 0.0.3

### Patch Changes

- chore: 打包配置

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/vite-plugin-react-convention-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@orca-fe/vite-plugin-react-convention-routes",
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"description": "A vite plugin for react convention routes",
"keywords": [
"react",
Expand All @@ -9,8 +10,7 @@
"author": "NicoKam",
"license": "MIT",
"types": "es/index.d.ts",
"module": "es/index.js",
"main": "lib/index.js",
"main": "es/index.js",
"files": [
"dist",
"typing.d.ts",
Expand Down

0 comments on commit 5fe4168

Please sign in to comment.