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

Small fixes to Basic Mode.

This commit is contained in:
Gunther Brunner 2014-05-15 17:26:47 +09:00
parent 1bab43fed3
commit fd42bd9697
8 changed files with 16 additions and 5 deletions

View file

@ -53,6 +53,7 @@ module.exports = {
, { test: /\.html/, loader: 'html-loader' }
, { test: /angular\.js/, loader: 'exports?angular'}
, { test: /angular-route\.js/, loader: 'imports?angular=angular'}
, { test: /angular-touch\.js/, loader: 'imports?angular=angular'}
, { test: /angular-animate\.js/, loader: 'imports?angular=angular'}
, { test: /angular-growl\.js/, loader: 'imports?angular=angular'}
, { test: /oboe-browser\.js/, loader: 'imports?define=>false!exports?oboe'}