Skip to content

Commit

Permalink
vm setting
Browse files Browse the repository at this point in the history
  • Loading branch information
veromassera committed Aug 21, 2024
1 parent 58371f9 commit b8b8fb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/test-react-app/craco.config.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
module.exports = {
babel: {
plugins: ["@babel/plugin-syntax-import-assertions"]
}
},
resolve: {
fallback: {
"vm": false
}
}
}

0 comments on commit b8b8fb7

Please sign in to comment.