Skip to content

Commit d59d5f9

Browse files
committed
use compressed as outputsytle and fixes yarn.lock
Signed-off-by: Tao liu <liutaoaz@amazon.com>
1 parent e72198b commit d59d5f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/osd-optimizer/src/worker/webpack.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export function getWebpackConfig(bundle: Bundle, bundleRefs: BundleRefs, worker:
178178
webpackImporter: false,
179179
implementation: require('sass'),
180180
sassOptions: {
181+
outputStyle: 'compressed',
181182
includePaths: [Path.resolve(worker.repoRoot, 'node_modules')],
182183
sourceMapRoot: `/${bundle.type}:${bundle.id}`,
183184
},

yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -9025,7 +9025,7 @@ glob@7.1.3:
90259025
once "^1.3.0"
90269026
path-is-absolute "^1.0.0"
90279027

9028-
glob@7.1.7, glob@~7.1.6:
9028+
glob@7.1.7, glob@~7.1.1, glob@~7.1.6:
90299029
version "7.1.7"
90309030
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
90319031
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -12037,7 +12037,7 @@ lodash.uniq@^4.5.0:
1203712037
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
1203812038
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
1203912039

12040-
lodash@4.17.21, lodash@^4.0.1, lodash@^4.10.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0, lodash@~4.17.15, lodash@~4.17.19, lodash@~4.17.21:
12040+
lodash@4.17.21, lodash@^4.0.0, lodash@^4.0.1, lodash@^4.10.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.7.0, lodash@~4.17.10, lodash@~4.17.15, lodash@~4.17.19, lodash@~4.17.21:
1204112041
version "4.17.21"
1204212042
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1204312043
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)