Skip to content

Commit

Permalink
Add .babelrc file
Browse files Browse the repository at this point in the history
  • Loading branch information
joshpoll authored Jul 6, 2023
1 parent 5ff18ba commit b1165b0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sandpack-react/src/templates/runtime/solid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ render(() => <App />, document.getElementById("app"));`,
<script src="src/index.tsx"></script>
</body>
</html>`,
},
"/.babelrc": {
code: `{
"presets": [
"babel-preset-solid"
]
}`
},
"/package.json": {
code: JSON.stringify({
Expand Down

0 comments on commit b1165b0

Please sign in to comment.