-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Remove webpack.*.ts importing values from src/ #4992
Conversation
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
f74e533
to
14f41cd
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
7d81edb
to
ccf3692
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
"plugins": [ | ||
{ | ||
"name": "typescript-plugin-css-modules" | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably could be removed (css-modules supported by webpack's css-loader
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is here to support intellisense for css modules.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, it doesn't. For VScode
you still have to install some plugin.
Recommended extension: https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to https://www.npmjs.com/package/typescript-plugin-css-modules#visual-studio-code it seems that this is enough.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
84217d3
to
b04a4ab
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove global modifying __static Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
Signed-off-by: Sebastian Malton <[email protected]>
b04a4ab
to
8e1a740
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Signed-off-by: Sebastian Malton [email protected]