File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ export default defineConfig([
1414 copy : [
1515 {
1616 from : "src/react/styles/globals.css" ,
17- to : "dist/styles.css" ,
17+ to : "dist" ,
18+ rename : "styles.css" ,
1819 } ,
1920 ] ,
2021 clean : false ,
Original file line number Diff line number Diff line change 4343 "ajv-formats" : " ^3.0.1" ,
4444 "@clack/prompts" : " ^1.0.1" ,
4545 "commander" : " ^12.1.0"
46- },
47- "main" : " ./dist/index.js" ,
48- "module" : " ./dist/index.js"
46+ }
4947}
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ export default defineConfig({
2424 copy : [
2525 {
2626 from : "src/schemas/plugin-manifest.schema.json" ,
27- to : "dist/schemas/plugin-manifest.schema.json " ,
27+ to : "dist/schemas" ,
2828 } ,
2929 {
3030 from : "src/schemas/template-plugins.schema.json" ,
31- to : "dist/schemas/template-plugins.schema.json " ,
31+ to : "dist/schemas" ,
3232 } ,
3333 ] ,
3434} ) ;
You can’t perform that action at this time.
0 commit comments