Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rspack/express): fix the build command #14

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

Boshen
Copy link
Contributor

@Boshen Boshen commented Jan 22, 2024

It was throwing an error

rspack build

Rspack compiled successfully in 94 ms
/Users/bytedance/github/rspack-examples/rspack/express/dist/main.js:15276 } else throw new Error("[HMR] Hot Module Replacement is disabled.");
       ^

Error: [HMR] Hot Module Replacement is disabled.
    at 5302 (/Users/bytedance/github/rspack-examples/rspack/express/dist/main.js:15276:14)

It was throwing an error

> rspack build

Rspack compiled successfully in 94 ms
/Users/bytedance/github/rspack-examples/rspack/express/dist/main.js:15276
} else throw new Error("[HMR] Hot Module Replacement is disabled.");
       ^

Error: [HMR] Hot Module Replacement is disabled.
    at 5302 (/Users/bytedance/github/rspack-examples/rspack/express/dist/main.js:15276:14)
@hardfist hardfist merged commit fc341ae into rspack-contrib:main Jan 23, 2024
1 check passed
@Boshen Boshen deleted the fix-express branch January 23, 2024 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants