Skip to content

Commit d8bed42

Browse files
committed
example
1 parent a316175 commit d8bed42

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

example/postcss/reduce.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ module.exports = {
2424
groups: 'page/**/index.css',
2525
common: 'common.css',
2626
},
27-
dest: [path.join(__dirname, 'build'), null, {
27+
dest: [path.join(__dirname, 'build'), {
2828
maxSize: 5,
29+
name: '[name].[hash]',
2930
assetOutFolder: path.join(__dirname, 'build', 'assets'),
3031
}],
3132
},

example/postcss/src/node_modules/world/index.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/postcss/src/node_modules/world/shape.css

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)