Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yakiisama committed Mar 19, 2023
1 parent 0cc4a36 commit c5044fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# cli
# Intro
a cli to initialize project

- [x] React-ts
- [ ] lib
- [ ] lib
- [ ] Vue3

# intro
# Usage
```sh
#usage
npm i taco-launch -g
Expand Down
15 changes: 1 addition & 14 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import path from 'node:path';
import url from 'node:url';
import { defineBuildConfig } from 'unbuild';

const __dirname = path.dirname(url.fileURLToPath(import.meta.url));

export default defineBuildConfig({
entries: ['src/index'],
clean: true,
Expand All @@ -12,14 +8,5 @@ export default defineBuildConfig({
esbuild: {
minify: true,
},
},
// alias: {
// // we can always use non-transpiled code since we support 14.18.0+
// prompts: 'prompts/lib/index.js',
// },
hooks: {
'rollup:options'(ctx, options) {
options.plugins = [options.plugins];
},
},
}
});

0 comments on commit c5044fa

Please sign in to comment.