Jamal
Jamal
I'm getting the same error because : config.module.loaders is always returning undefined from webpack.config.js
I confirm, i'm facing the same issue when testing the MediaPipe sample app from [MediaPipe android sample repo](https://github.com/google-ai-edge/mediapipe-samples/tree/main/examples/language_detector/android). Running on Android emulator with "**UpsideDownCake - Android 14**" in Android studio,...
Getting the same error : E:\projects\React\yelpReact\node_modules\hjs-webpack\bin\hjs-dev-server.js:28 **var https = serverConfig.https ^ TypeError: Cannot read property 'https' of undefined** my **webpack.config.js:** ``` const webpack = require('webpack'); const fs = require('fs'); const...