Skip to content

Commit 67d54c7

Browse files
author
蒋玮乘
committed
update: readme
1 parent f383c87 commit 67d54c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ less-loader
3131
less: [
3232
{
3333
filename: 'pccss/[name].[contenthash].css',
34+
publicPath: publicPath || '/'
3435
globalVars: {},
3536
modifyVars: {
3637
'@primary-color': 'red',
37-
publicPath: publicPath || '/'
3838
}
3939
},
4040
{
4141
filename: 'phonecss/[name].[contenthash].css',
42+
publicPath: publicPath || '/'
4243
globalVars: {},
4344
modifyVars: {
4445
'@primary-color': 'green',
45-
publicPath: publicPath || '/'
4646
}
4747
}
4848
],

0 commit comments

Comments
 (0)