ergonode / vuems

A simple mechanism to transform a monolithic Vue application into an application based on Micro Services architecture
https://vuems.ergonode.com
Open Software License 3.0
78 stars 9 forks source link

bugfix: wrong replace order #23

Closed bleto closed 3 years ago

bleto commented 3 years ago

Replace mechanism loads data in the wrong order.

Replacements mechanism did not work properly.

replacements: {
  '@Media/components/Grids/MediaGrid': '/components/Grids/NewMedia',
},