Skip to content

Commit

Permalink
try isolating change
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoar committed Mar 6, 2024
1 parent 2d0ecf7 commit 7a3524c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions packages/vite/.babelrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = { extends: '../../babel.config.js' }
3 changes: 0 additions & 3 deletions packages/vite/build.mts

This file was deleted.

4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"cjsWrapper.js"
],
"scripts": {
"build": "tsx build.mts && yarn build:types",
"build": "yarn build:js && yarn build:types",
"build:js": "babel src -d dist --extensions \".js,.jsx,.ts,.tsx\"",
"build:pack": "yarn pack -o redwoodjs-vite.tgz",
"build:types": "tsc --build --verbose",
"test": "vitest run src",
Expand Down Expand Up @@ -99,7 +100,6 @@
"@types/yargs-parser": "21.0.3",
"glob": "10.3.10",
"rollup": "3.29.4",
"tsx": "4.6.2",
"typescript": "5.3.3",
"vitest": "1.2.2"
},
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8767,7 +8767,6 @@ __metadata:
react: "npm:0.0.0-experimental-e5205658f-20230913"
react-server-dom-webpack: "npm:0.0.0-experimental-e5205658f-20230913"
rollup: "npm:3.29.4"
tsx: "npm:4.6.2"
typescript: "npm:5.3.3"
vite: "npm:4.5.2"
vitest: "npm:1.2.2"
Expand Down

0 comments on commit 7a3524c

Please sign in to comment.