Level 104
Your overall build will be minified in production so the unminified version is just fine
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.