Level 104
Your overall build will be minified in production so the unminified version is just fine
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello Dears, I use
global.$ = global.jQuery = require('jquery');```, I saw its fetching
try {
__webpack_require__.g.$ = __webpack_require__.g.jQuery = __webpack_require__(/*! jquery */ "./node_modules/jquery/dist/jquery.js");
console.log($);
} catch (e) {
console.log(e);
}
I want it should fetch jquery.min.js file to reduce the page load. how can I do that?
TIA, MD imran
Please or to participate in this conversation.