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
Since an upgrade to deps, the clock has been left-aligned instead of the "pull right" defined by the CSS.
This was likely introduced by mini-css-extract-plugin changing major versions
mini-css-extract-plugin
This is no longer supported
user-management/web-app/build-utils/webpack.dev.js
Line 27 in 7dfdefd
According to the docs https://webpack.js.org/plugins/mini-css-extract-plugin/#esmodule
It should be something like this
esModule: true, modules: { namedExport: true, },
The text was updated successfully, but these errors were encountered:
fix css loader configuration
207f01c
resolves #66
Successfully merging a pull request may close this issue.
Since an upgrade to deps, the clock has been left-aligned instead of the "pull right" defined by the CSS.
This was likely introduced by
mini-css-extract-plugin
changing major versionsThis is no longer supported
user-management/web-app/build-utils/webpack.dev.js
Line 27 in 7dfdefd
According to the docs https://webpack.js.org/plugins/mini-css-extract-plugin/#esmodule
It should be something like this
The text was updated successfully, but these errors were encountered: