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

Adapt plugin for new config, improve promise resolving #28

Closed derpdead closed 2 years ago

derpdead commented 2 years ago

According to the docs plugins there is not anymore ssr option and also from the code:

// Add to nuxt plugins
    this.options.plugins.unshift({
      src: path__default['default'].join(this.options.buildDir, dst),
      // TODO: remove deprecated option in Nuxt 3
      ssr: template.ssr,
      mode: template.mode
    });

we can see that the ssr option is deprecated.