style: global static.less (#467)

This commit is contained in:
dagongren
2024-04-12 15:18:52 +08:00
committed by GitHub
parent 2f7896b3db
commit bb72881f3b
53 changed files with 16 additions and 64 deletions

View File

@@ -91,7 +91,12 @@ module.exports = {
},
},
},
pluginOptions: {
'style-resources-loader': {
preProcessor: 'less',
patterns: [path.resolve(__dirname, './src/style/static.less')],
},
},
devServer: {
disableHostCheck: true,
port: process.env.DEV_PORT || 8000,