Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 680 Bytes

webpack-node-modules-splitting

Example of webpack configuration that divides a node module into multiple modules according to rules.

🚀 How To Run?

# with Yarn 2+
$ yarn
$ yarn start:dev

Go To http://localhost:9000

👩🏻‍💻 About This Project

This project's dependency is managed by yarn2. If you don't have yarn 2 configured on your computer, please refer to this document to configure it.

📖 Reference

I refer to webpack.config.ts of Next.js.