Merge pull request #397 from sveltejs/gh-280

Implement differential bundling
This commit is contained in:
Rich Harris
2018-08-31 16:39:20 -04:00
committed by GitHub
7 changed files with 90 additions and 45 deletions

View File

@@ -20,7 +20,7 @@
},
"dependencies": {
"html-minifier": "^3.5.16",
"shimport": "^0.0.9",
"shimport": "^0.0.10",
"source-map-support": "^0.5.6",
"tslib": "^1.9.1"
},