Hi there, I have been following the Bootstrap Server Side Integration tutorial but I've been getting this error when I run the command: npm run build.
Error in ./src/sass/style.scss
Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):
ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/ctjs.js):
SassError: Undefined operation "50px * divide(3, 2)".
Hi,
Currently, we have issues in the webpack.config.js example provided in the doc, we are going to fix these issues in an upcoming release.
For now, you can refer to the webpck configuration inside the tools/webpack.config.js.
As a temporary solution, you can bundle files with gulp or webpack using our build doc and then manually copy these into a Blazor app.
Gulp:
https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/gulp.html
Webpack:
https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/build/webpack.html