css-modules-typescript-loader
css-modules-typescript-loader copied to clipboard
Feature-request: Allow custom/no banners for the generated typings file
Other loaders allow this kind of customization.
I'd be willing to make the change myself as well.
Im not an owner on this repo or anything special, but are you able to post links to examples of what you mean? I don't actually understand the problem you're trying to solve :)
No worries! 😄
Effectively speaking, I'm thinking of something like this: https://github.com/Jimdo/typings-for-css-modules-loader#banner-option
Ah right!
Im personally not sure the cost of being able to customise the banner message is worth it. What tangible benefit is there to adding this feature? What does it enable you to get done?
I used to pack my own modules full of features but nowadays I try to keep things as simple / lightweight as possible, so I'm always considering how much I truly need a feature and if the long-term maintenance cost is worth it, ie. do I want to maintain this feature for 1, 2 or 5 years? How does the feature impact the readability/simplicity of my code?
Ah right!
Im personally not sure the cost of being able to customise the banner message is worth it. What tangible benefit is there to adding this feature? What does it enable you to get done?
I used to pack my own modules full of features but nowadays I try to keep things as simple / lightweight as possible, so I'm always considering how much I truly need a feature and if the long-term maintenance cost is worth it, ie. do I want to maintain this feature for 1, 2 or 5 years? How does the feature impact the readability/simplicity of my code?
when migrate from typings-for-css-modules-loader, it cause lots of git diff.