AFFiNE/packages/frontend/core/.webpack
Peng Xiao f33c49b27e
fix(core): hmr issue on dev (#5006)
I suspect HMR does not working properly on dev because we have multiple entries.
One relative issue: https://github.com/webpack/webpack-dev-server/issues/2792/

I think we do not need multiple entries for polyfills & plugins after all. They could be in the same chunk, and could be later optimized through splitChunks option.

`ses.ts` is changed to `ses-lockdown.ts` because `ses.ts` does not pass circular dependency check by madge. I haven't looked through the real root cause though. See https://github.com/pahen/madge/issues/355
2023-11-21 17:27:16 +00:00
..
cache-group.ts refactor(core): remove all MUI related components and utilities (#4941) 2023-11-20 10:51:28 +08:00
config.ts build: remove useless source-map-loader to speedup webpack (#4910) 2023-11-20 11:04:57 +08:00
postcss.config.cjs refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
runtime-config.ts fix(core): change server url of stable to insider (#4902) 2023-11-10 15:46:31 +08:00
s3-plugin.ts refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
template.html fix(core): description field in html template 2023-10-30 19:57:54 +08:00
webpack.config.ts fix(core): hmr issue on dev (#5006) 2023-11-21 17:27:16 +00:00