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
Webpack module build failed because of the extra semicolon in Line 41024 in node_modules\fomantic-ui-css\semantic.css
Line 41024
plugins: [ new MiniCssExtractPlugin({ filename: "[name].css" }) ], module: { rules: [ { test: /\.js?$/, exclude: /node_modules/, loader: "babel-loader" }, { test: /\.css$/i, use: [ MiniCssExtractPlugin.loader, "css-loader" ] }, { test: /\.(png|svg|jpg|jpeg|gif)$/i, type: "asset/resource" }, { test: /\.(woff|woff2|eot|ttf|otf)$/i, type: "asset/resource" } ] }
Webpack compilation without errors.
ModuleBuildError: Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64
fomantic-ui-css v2.8.8 webpack v5.46.0 mini-css-extract-plugin v2.1.0
The text was updated successfully, but these errors were encountered:
Additional semicolon removed by #2028
Sorry, something went wrong.
No branches or pull requests
Bug Report
Webpack module build failed because of the extra semicolon in
Line 41024
in node_modules\fomantic-ui-css\semantic.cssSteps to reproduce
Expected result
Webpack compilation without errors.
Actual result
ModuleBuildError: Module build failed: UnhandledSchemeError: Reading from "data:application/x-font-ttf;charset=utf-8;;base64
Screenshot (if possible)
Version
fomantic-ui-css v2.8.8
webpack v5.46.0
mini-css-extract-plugin v2.1.0
The text was updated successfully, but these errors were encountered: