Closed codeofsumit closed 7 years ago
I am wondering if, because the first line of code does import Vue from 'vue'
, the editor plugin you're using includes the entire Vue package in that calculation.
The minified build result of vue-focus
is 445 bytes.
hmmm might be.
As @jessegavin suggested, this is exactly the reason.
In the future, I will rewrite the code slightly to get the reference to Vue
from the code consumer instead.
is the calculation wrong here? this seems way too big for a directive