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:
parent
d660760c70
commit
7154f5b6fa
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user