Skip to main content

Tedshd's Dev note

Category: JavaScript Webpack RequireJS

JavaScript - Why i from RequireJS to webpack

# Why i from RequireJS to webpack RequireJS is a Asynchronous Module Definition(AMD) lib Its powerful to handle modulize on your page and you can handle all loader on JavaScript, you can focus on JavaScript function and web page. But if your module is become complex and more module, you can find JavaScript request become more and more. You can find it is a serious performance problem. Your network has lot of request of js. ...