File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019-present, Yuxi (Evan) You
3
+ Copyright (c) 2019-present, Yuxi (Evan) You and Vite contributors
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 5
5
" packages/*"
6
6
],
7
7
"scripts" : {
8
- "lint" : " eslint --ext .ts packages/*/src/**"
8
+ "lint" : " eslint --ext .ts packages/*/src/**" ,
9
+ "bundle" : " esbuild packages/vite/src/node/index.ts packages/vite/src/node/cli.ts --bundle --platform=node --target=node12 --external:fsevents --external:sugarss --external:bufferutil --external:utf-8-validate --outdir=esbuild"
9
10
},
10
11
"devDependencies" : {
11
12
"@types/node" : " ^14.14.10" ,
You can’t perform that action at this time.
0 commit comments