mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2026-01-11 19:35:29 +00:00
Add server-side rendering (via bundleRenderer, as this is what the Vue docs recommend, and apparently the only way it does encapsulation)
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"target": "es5",
|
||||
"sourceMap": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"types": ["requirejs"]
|
||||
"types": ["requirejs"],
|
||||
"lib": ["dom", "es2015"]
|
||||
},
|
||||
"exclude": [
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user