mirror of
https://github.com/openstf/stf
synced 2025-10-03 09:49:17 +02:00
- Hundreds of UI coming back.
This commit is contained in:
parent
6638da01a6
commit
325eaaf199
48 changed files with 785 additions and 51 deletions
|
@ -30,6 +30,7 @@ module.exports = {
|
|||
, module: {
|
||||
loaders: [
|
||||
{ test: /\.css$/, loader: 'style!css' }
|
||||
, { test: /\.less$/, loader: 'style-loader!css-loader!less-loader'}
|
||||
, { test: /\.json$/, loader: 'json' }
|
||||
, { test: /\.jpg$/, loader: "url-loader?limit=5000&mimetype=image/jpeg" }
|
||||
, { test: /\.png$/, loader: "url-loader?limit=5000&mimetype=image/png" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue