figure out if component has preload early on

This commit is contained in:
Richard Harris
2019-02-01 09:28:24 -05:00
parent 4940c5d5be
commit 3445ec66ac
3 changed files with 26 additions and 4 deletions

View File

@@ -67,6 +67,9 @@
"webpack-format-messages": "^2.0.5",
"yootils": "0.0.14"
},
"peerDependencies": {
"svelte": "^3.0.0"
},
"scripts": {
"test": "mocha --opts mocha.opts",
"pretest": "npm run build",