@speedy-js/speedy-utils
Advanced tools
Comparing version 0.11.3-alpha.0 to 0.11.3-alpha.1
@@ -174,3 +174,3 @@ /// <reference types="node" /> | ||
output: OutputNormalized; | ||
dev?: DevServerNormalized; | ||
dev?: DevServerNormalized | false; | ||
terserOptions?: TerserMinifyOptions; | ||
@@ -611,2 +611,3 @@ css_resolve: (id: string, dir: string) => string; | ||
historyApiFallback?: boolean; | ||
compress?: boolean; | ||
} | ||
@@ -1926,3 +1927,3 @@ | ||
external?: External; | ||
dev?: DevServer; | ||
dev?: DevServer | false; | ||
html?: Html; | ||
@@ -1929,0 +1930,0 @@ /** @default "none" */ |
@@ -174,3 +174,3 @@ /// <reference types="node" /> | ||
output: OutputNormalized; | ||
dev?: DevServerNormalized; | ||
dev?: DevServerNormalized | false; | ||
terserOptions?: TerserMinifyOptions; | ||
@@ -611,2 +611,3 @@ css_resolve: (id: string, dir: string) => string; | ||
historyApiFallback?: boolean; | ||
compress?: boolean; | ||
} | ||
@@ -1926,3 +1927,3 @@ | ||
external?: External; | ||
dev?: DevServer; | ||
dev?: DevServer | false; | ||
html?: Html; | ||
@@ -1929,0 +1930,0 @@ /** @default "none" */ |
{ | ||
"name": "@speedy-js/speedy-utils", | ||
"version": "0.11.3-alpha.0", | ||
"version": "0.11.3-alpha.1", | ||
"description": "", | ||
@@ -28,3 +28,3 @@ "keywords": [], | ||
"@speedy-js/config": "0.8.0-3", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.0", | ||
"@speedy-js/speedy-types": "0.11.3-alpha.1", | ||
"@speedy-js/eslint-config": "0.0.1", | ||
@@ -31,0 +31,0 @@ "chai": "4.3.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
6286845
85905