Novicell / novicell-frontend

Novicell default build setup, for compiling PostCSS to CSS, Babeling JS, making SVG sprites, optimizing images and more
https://frontend.novicell.cloud
29 stars 16 forks source link

Use production Vue #317

Closed sebimoe closed 4 years ago

sebimoe commented 4 years ago

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.

Dan9boi commented 4 years ago

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