1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src
chh 85f0ef8c2e
Add webpack hot-reload/cache plugins to improve Lens DX (#1250)
* Add webpack-dev-server (for hot module replacement) to serve statics, add HardSourceWebpackPlugin to improve re-compiling speed

* Serve statics using webpack-dev-server instead of lens-proxy, redirect request of Lens.html/Lens.js to webpack-dev-server

* Add react-refresh-webpack-plugin and its dep for hot-reload

* Add hot-reload plugin, and make proxy redirects requests to webpackdevserver

* Add hard-source webpack plugin to main process

* Remove parameter 'path' of handleStaticFile

* Upgarde webpack to v4 latest stable

* Fix build error: plugins shouldnt be null

Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
2020-11-09 21:04:41 +08:00
..
common Add webpack hot-reload/cache plugins to improve Lens DX (#1250) 2020-11-09 21:04:41 +08:00
extensions Extensions api fixes (#1233) 2020-11-07 18:56:26 +02:00
main Add webpack hot-reload/cache plugins to improve Lens DX (#1250) 2020-11-09 21:04:41 +08:00
migrations Add migration to fix kubeconfig paths that point to snap config dir (#972) 2020-09-25 15:13:20 +03:00
renderer ApiManager.registerStore should be simplified #1275 (#1278) 2020-11-09 13:30:41 +02:00
jest.setup.ts Add +/- buttons in scale deployment popup screen (#1191) 2020-11-03 20:30:36 +08:00