We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f383c87 commit 67d54c7Copy full SHA for 67d54c7
README.md
@@ -31,18 +31,18 @@ less-loader
31
less: [
32
{
33
filename: 'pccss/[name].[contenthash].css',
34
+ publicPath: publicPath || '/'
35
globalVars: {},
36
modifyVars: {
37
'@primary-color': 'red',
- publicPath: publicPath || '/'
38
}
39
},
40
41
filename: 'phonecss/[name].[contenthash].css',
42
43
44
45
'@primary-color': 'green',
46
47
48
],
0 commit comments