create-vulajs-app 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
app:
|
|
6
6
|
name: "My Vula App"
|
|
7
7
|
# Path to favicon/icon, relative to project root (from assets/ folder)
|
|
8
|
-
icon: "assets/
|
|
8
|
+
icon: "assets/vula.jpeg"
|
|
9
9
|
# Default HTML language attribute
|
|
10
10
|
lang: "en"
|
|
11
11
|
|
|
@@ -46,3 +46,11 @@ server:
|
|
|
46
46
|
compression: true
|
|
47
47
|
# Trust X-Forwarded-* headers (set true when behind a reverse proxy)
|
|
48
48
|
trust-proxy: false
|
|
49
|
+
|
|
50
|
+
modules:
|
|
51
|
+
# Automatically load and register @swavoti/video-opti middleware
|
|
52
|
+
video-opti: true
|
|
53
|
+
# Automatically load and register @swavoti/image-opti middleware
|
|
54
|
+
image-opti: true
|
|
55
|
+
# Experimental Server-Side Rendering
|
|
56
|
+
ssr: true
|