-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@types/loader-utils conflicts with webpack's built-in types #179
Comments
|
Thanks for your reply. I got it. |
putting this in package.json is a good enough work around for me:
|
h4l
added a commit
to cambridge-collection/cudl-pack
that referenced
this issue
Oct 20, 2021
39 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,I am not sure if i can give feedback here.
Background Information
When I develop a plugin that uses
loader-utils
,and the project is base typescript.The Dependencies:
Question
I have some error when I build the project.
Possible Reason
I find the
@types/loader-utils
depends@types/webpack
.It conflicts with webpack's built-in types.Now, i have to addskipLibCheck:true
in mytsconfig.json
.I want to know what is the correct way to use that.The text was updated successfully, but these errors were encountered: