1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Pin @babel/runtime at v7.12.5 avoid 'Module not found' errors

Signed-off-by: Hung-Han (Henry) Chen <1474479+chenhunghan@users.noreply.github.com>
This commit is contained in:
Hung-Han (Henry) Chen 2020-12-03 16:19:37 +08:00
parent d660760c70
commit 7154f5b6fa
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -348,5 +348,11 @@
"what-input": "^5.2.10",
"xterm": "^4.6.0",
"xterm-addon-fit": "^0.4.0"
},
"resolutions": {
"/": "this is a hack to resolve webpack5 'Module not found' errors",
"//": "we can remove this if upgrade materail-ui to a version use @babel/runtime 7.12.5+",
"///": "see <https://github.com/webpack/webpack/issues/11467#issuecomment-727014123>",
"@babel/runtime": "^7.12.5"
}
}