Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

(docs): readme.md information about microservices-webpack-plugin #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ Single-page application examples are also available:
* https://github.com/tsnolan23/tailor-react-spa
* https://github.com/shershen08/tailor-vue-demo

## Using the same npm dependencies in fragments
Most probably you will use libraries such as react in fragments. It will cause loading react in every js file sent to client. Consider using [microservices-webpack-plugin](https://github.com/morriq/microservices-webpack-plugin) which address this problem.

## Benchmark

To start running benchmark execute `npm run benchmark` and wait for couple of seconds to see the results.
Expand Down