项目作者: SoYoung210

项目描述 :
🎩 webpack node modules splitting example with yarn2
高级语言: JavaScript
项目地址: git://github.com/SoYoung210/webpack-node-modules-splitting.git


webpack-node-modules-splitting

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

🚀 How To Run?

  1. # with Yarn 2+
  2. $ yarn
  3. $ 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.