load tester beta
This commit is contained in:
@@ -22,6 +22,14 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
test: /\.less$/,
|
||||
use: [
|
||||
'style-loader', // Creates `style` nodes from JS strings
|
||||
'css-loader', // Translates CSS into CommonJS
|
||||
'less-loader' // Compiles Less to CSS
|
||||
]
|
||||
},
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: ['style-loader', 'css-loader']
|
||||
|
||||
Reference in New Issue
Block a user