Reduced bundle size using dynamic imports for Vue components
This commit is contained in:
@@ -5,15 +5,10 @@
|
||||
|
||||
accounts-password
|
||||
random
|
||||
dburles:collection-helpers
|
||||
reactive-var
|
||||
underscore
|
||||
momentjs:moment
|
||||
dburles:mongo-collection-instances
|
||||
accounts-google
|
||||
email
|
||||
meteorhacks:subs-manager
|
||||
chuangbo:marked
|
||||
meteor-base
|
||||
mobile-experience
|
||||
mongo
|
||||
@@ -25,22 +20,17 @@ ejson
|
||||
check
|
||||
standard-minifier-js
|
||||
shell-server
|
||||
templates:array
|
||||
ecmascript
|
||||
es5-shim
|
||||
reactive-dict
|
||||
percolate:synced-cron
|
||||
ongoworks:speakingurl
|
||||
service-configuration
|
||||
dynamic-import
|
||||
ddp-rate-limiter
|
||||
rate-limit
|
||||
mdg:validated-method
|
||||
akryum:vue-router2
|
||||
static-html
|
||||
aldeed:collection2
|
||||
aldeed:schema-index
|
||||
zer0th:meteor-vuetify-loader
|
||||
accounts-patreon
|
||||
bozhao:link-accounts
|
||||
peerlibrary:reactive-publish
|
||||
@@ -49,8 +39,9 @@ simple:rest-method-mixin
|
||||
mikowals:batch-insert
|
||||
peerlibrary:subscription-data
|
||||
seba:minifiers-autoprefixer
|
||||
zer0th:meteor-vuetify-loader
|
||||
akryum:vue-component
|
||||
akryum:vue-sass
|
||||
akryum:vue-router2
|
||||
percolate:migrations
|
||||
meteortesting:mocha
|
||||
ostrio:files
|
||||
|
||||
@@ -8,7 +8,6 @@ akryum:vue-component@0.15.2
|
||||
akryum:vue-component-dev-client@0.4.7
|
||||
akryum:vue-component-dev-server@0.1.4
|
||||
akryum:vue-router2@0.2.3
|
||||
akryum:vue-sass@0.1.2
|
||||
aldeed:collection2@3.4.1
|
||||
aldeed:schema-index@3.0.0
|
||||
allow-deny@1.1.0
|
||||
@@ -24,17 +23,14 @@ caching-compiler@1.2.2
|
||||
caching-html-compiler@1.2.1
|
||||
callback-hook@1.3.0
|
||||
check@1.3.1
|
||||
chuangbo:marked@0.3.5_1
|
||||
coffeescript@2.4.1
|
||||
coffeescript-compiler@2.4.1
|
||||
dburles:collection-helpers@1.1.0
|
||||
dburles:mongo-collection-instances@0.3.5
|
||||
ddp@1.4.0
|
||||
ddp-client@2.4.1
|
||||
ddp-common@1.4.0
|
||||
ddp-rate-limiter@1.0.9
|
||||
ddp-server@2.3.3
|
||||
deps@1.0.12
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.6.0
|
||||
ecmascript@0.15.1
|
||||
@@ -61,7 +57,6 @@ logging@1.2.0
|
||||
mdg:validated-method@1.2.0
|
||||
meteor@1.9.3
|
||||
meteor-base@1.4.0
|
||||
meteorhacks:subs-manager@1.6.4
|
||||
meteortesting:browser-tests@1.3.4
|
||||
meteortesting:mocha@2.0.2
|
||||
meteortesting:mocha-core@8.0.1
|
||||
@@ -74,7 +69,6 @@ mobile-status-bar@1.1.0
|
||||
modern-browsers@0.1.5
|
||||
modules@0.16.0
|
||||
modules-runtime@0.12.0
|
||||
momentjs:moment@2.29.1
|
||||
mongo@1.11.1
|
||||
mongo-decimal@0.1.2
|
||||
mongo-dev-server@1.1.0
|
||||
@@ -83,7 +77,6 @@ npm-bcrypt@0.9.4
|
||||
npm-mongo@3.9.0
|
||||
oauth@1.3.2
|
||||
oauth2@1.3.0
|
||||
ongoworks:speakingurl@9.0.0
|
||||
ordered-dict@1.1.0
|
||||
ostrio:cookies@2.7.0
|
||||
ostrio:files@2.0.1
|
||||
@@ -123,7 +116,6 @@ spacebars-compiler@1.3.0
|
||||
srp@1.1.0
|
||||
standard-minifier-js@2.6.1
|
||||
static-html@1.3.2
|
||||
templates:array@1.0.3
|
||||
templating-tools@1.2.1
|
||||
tmeasday:check-npm-versions@1.0.2
|
||||
tracker@1.2.0
|
||||
@@ -132,4 +124,4 @@ underscore@1.0.10
|
||||
url@1.3.2
|
||||
webapp@1.10.1
|
||||
webapp-hashing@1.1.0
|
||||
zer0th:meteor-vuetify-loader@0.1.30
|
||||
zer0th:meteor-vuetify-loader@0.1.41
|
||||
|
||||
Reference in New Issue
Block a user