1
0
Fork 0
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:
Gunther Brunner 2014-03-28 21:32:41 +09:00
parent 6638da01a6
commit 325eaaf199
48 changed files with 785 additions and 51 deletions

View file

@ -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" }