Novicell/novicell-frontend

Use production Vue

Closed this issue · 1 comments

When building for production (build:prod) development distribution of Vue is included. (Verifiable by console warning if you install vue and import it in the project)

I submit a pull request to include .min.js distribution (production mode build) in production environment, but I am not sure why Vue needs to be explicitly aliased there rather than imported.

@ankeris do you have any comments to this?
Maybe some insights?