Replies: 2 comments 2 replies
-
May I know why this issue got closed @kdy1 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Not sure if it will help you, but I have a repo with TS/nodemon/swc here: https://github.com/adbutterfield/fast-refresh-express |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm trying to improve nodemon server/start speed.
my script command in
package.json
isinstalled
npm install --save-dev ts-node @swc/core @swc/helpers regenerator-runtime
and
tsconfig.json
isand mainly also mentioned in tsconfig.json file
after Configuring all the steps still
nodemon
server taking 2 min to restart after changes.Are there any changes that need to do to the current setup? and I followed this question
I tried to config SWC still no luck. Is there any way to improve speed
Input code
No response
Config
No response
Playground link
No response
Expected behavior
After configuration SWC it is not affecting in compile speed
Actual behavior
No response
Version
1.3.25
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions