We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
resolve.alias
ref: https://webpack.js.org/configuration/resolve/#resolvealias
alias
webpack.config.js
webpack-cli
--config
--name
enhanced-typed-css-modules
--webpack-config
--webpack-name
The text was updated successfully, but these errors were encountered:
Implement here.
https://github.com/mizdra/checkable-css-modules/blob/6aaa42a96a7fa0c9bd80afa4c89500ffaec4773e/src/resolver/webpack-resolver.ts#L11-L19
Sorry, something went wrong.
If you are using webpack.config.js wrapped with tools such as create-react-app or next.js, I have found that approaches like #96 (comment) don't work.
Perhaps an interface like --webpack-resolve-alias='{"util": "src/util"}' would be better.
--webpack-resolve-alias='{"util": "src/util"}'
--webpackResolveAlias
Successfully merging a pull request may close this issue.
ref: https://webpack.js.org/configuration/resolve/#resolvealias
alias
option for enhanced-resolve.resolve.alias
fromwebpack.config.js
.webpack-cli
's--config
and--name
options inenhanced-typed-css-modules
.--webpack-config
,--webpack-name
The text was updated successfully, but these errors were encountered: