Skip to content

Commit

Permalink
feat: create tools and new command not support Module project (#6493)
Browse files Browse the repository at this point in the history
  • Loading branch information
caohuilin authored Nov 6, 2024
1 parent 8406503 commit 2c95681
Show file tree
Hide file tree
Showing 193 changed files with 69 additions and 15,488 deletions.
9 changes: 9 additions & 0 deletions .changeset/long-chefs-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@modern-js/new-action': minor
'@modern-js/create': minor
'@modern-js/upgrade': minor
---

feat: create tools and new command not support Module project

feat: create 工具和 new 命令不再支持模块项目
1 change: 0 additions & 1 deletion packages/document/main-doc/docs/en/components/init-app.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
`@modern-js/create` provides an interactive Q & A interface to initialize the project based on the results, with initialization performed according to the default settings:

```bash
? Please select the type of project you want to create: Web App
? Please select the programming language: TS
? Please select the package manager: pnpm
```
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
```bash
$ npx @modern-js/create@latest myapp
? Please select the type of project you want to create: Web App
? Please select the programming language: TS
? Please select the package manager: pnpm
```

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2c95681

Please sign in to comment.