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

Could not freeze #549

Open
alexblack opened this issue Jun 4, 2021 · 6 comments
Open

Could not freeze #549

alexblack opened this issue Jun 4, 2021 · 6 comments

Comments

@alexblack
Copy link

Hi, I'm just trying out hard-source-webpack-plugin for the first time, and its amazing, builds run much faster now, but there is a ton of output despite my attempts to silence it, any suggestions?

new HardSourceWebpackPlugin({ info: { mode: 'none', level: 'error' }}),

[hardsource:bae06d62] Could not freeze (webpack)/hot/dev-server.js: Unfrozen dependencies (1 / 10): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/node_modules/strip-ansi/index.js: Unfrozen dependencies (1 / 4): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/socket.js: Unfrozen dependencies (1 / 4): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/utils/log.js: Unfrozen dependencies (1 / 4): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/utils/sendMessage.js: Unfrozen dependencies (1 / 2): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/overlay.js: Unfrozen dependencies (1 / 6): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/utils/reloadApp.js: Unfrozen dependencies (1 / 6): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/utils/createSocketUrl.js: Unfrozen dependencies (1 / 6): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)/hot/log.js: Unfrozen dependencies (1 / 1): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)/hot/log-apply-result.js: Unfrozen dependencies (1 / 3): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)/hot/emitter.js: Unfrozen dependencies (1 / 3): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/node_modules/ansi-regex/index.js: Unfrozen dependencies (1 / 2): GasDependency
[hardsource:bae06d62] Could not freeze (webpack)-dev-server/client/clients/SockJSClient.js: Unfrozen dependencies (1 / 8): GasDependency
[hardsource:bae06d62] Could not freeze ./node_modules/ansi-html/index.js: Unfrozen dependencies (1 / 2): GasDependency
[hardsource:bae06d62] Could not freeze ./node_modules/loglevel/lib/loglevel.js: Unfrozen dependencies (1 / 4): GasDependency
[hardsource:bae06d62] Could not freeze ./node_modules/html-entities/lib/index.js: Unfrozen dependencies (1 / 8): GasDependency
@wastone
Copy link

wastone commented Jun 10, 2021

same problem

@iamwelk
Copy link

iamwelk commented Jul 1, 2021

+1

@suxiaoX
Copy link

suxiaoX commented Sep 24, 2021

same
new HardSourceWebpackPlugin.ExcludeModulePlugin([
{
test: /mini-css-extract-plugin[\/]dist[\/]loader/,
}
]),
这个能解决,但是缓存却不生效了

@Himangguo
Copy link

+1

1 similar comment
@AlexandrKlepikov
Copy link

+1

@Hugo-Vincent
Copy link

Hugo-Vincent commented Jun 1, 2023

See this github issue: vercel/next.js#5243

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

No branches or pull requests

7 participants