webpack - Property context does not exist on type

2020-08-09 08:40发布

问题:

I want to use: require.context('../images/', true, /\.(png|ico|svg|jpg|gif)$/)

but I get the following error:

Property context does not exist on type NodeRequire

回答1:

Just install the typings for webpack-env

npm i @types/webpack-env -D