We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.module.css
1 parent c77d3a8 commit 517d236Copy full SHA for 517d236
esbuild.js
@@ -77,8 +77,6 @@ const options = {
77
},
78
cssModules(
79
{
80
- includeFilter: /\.css$/,
81
- excludeFilter: /@ckeditor\/|@fortawesome\/fontawesome-svg-core\/|styleHostOnly\.css|normalize\.css/,
82
visitor: compileWithCssVariables(),
83
targets: {
84
chrome: 80 // aligns somewhat to es2020
packages/react-ui-components/esbuild.js
@@ -95,7 +95,6 @@ async function main() {
95
96
97
98
99
100
101
0 commit comments