1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

- Adding languages support.

- Adding webpack bundle building support.
This commit is contained in:
Gunther Brunner 2014-03-26 21:38:57 +09:00
parent 7ccb1bbcd6
commit c17176a985
9 changed files with 389 additions and 8 deletions

View file

@ -30,6 +30,7 @@ module.exports = {
, module: {
loaders: [
{ test: /\.css$/, loader: 'style!css' }
, { test: /\.json$/, loader: 'json' }
, { test: /\.jpg$/, loader: "url-loader?limit=5000&mimetype=image/jpeg" }
, { test: /\.png$/, loader: "url-loader?limit=5000&mimetype=image/png" }
, { test: /\.gif$/, loader: "url-loader?limit=5000&mimetype=image/gif" }