mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[breaking change] rebuild style struct (#2021)
This commit is contained in:
@@ -56,11 +56,12 @@ module.exports = {
|
||||
use: 'babel-loader'
|
||||
},
|
||||
{
|
||||
test: /\.(css|postcss)$/,
|
||||
test: /\.less$/,
|
||||
use: [
|
||||
'style-loader',
|
||||
'css-loader',
|
||||
'postcss-loader'
|
||||
'postcss-loader',
|
||||
'less-loader'
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user