You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Due to the project requirements, I have to set allowSyntheticDefaultImports parameter to false in tsconfig.json, but here I will report an error regardless of whether I use the method of import * as WebpackChain from 'webpack-chain', import WebpackChain from 'webpack-chain' or import WebpackChain =require('webpack-chain').
Due to the project requirements, I have to set
allowSyntheticDefaultImports
parameter tofalse
intsconfig.json
, but here I will report an error regardless of whether I use the method ofimport * as WebpackChain from 'webpack-chain'
,import WebpackChain from 'webpack-chain'
orimport WebpackChain =require('webpack-chain')
.I wonder if there are other solutions?
webpack-chain/types/index.d.ts
Line 5 in da73fab
The text was updated successfully, but these errors were encountered: