mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Removed shrinkwrap since it doesn't work properly on Travis. Force the engine to old jade, add then-jade dependency temporarily until template-html-loader uses new consolidate.js.
Update slack-client to @slack/client to latest version.
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = {
|
||||
, {test: /\.otf/, loader: 'url?limit=1&mimetype=application/font-woff'}
|
||||
, {test: /\.ttf/, loader: 'url?limit=1&mimetype=application/font-woff'}
|
||||
, {test: /\.eot/, loader: 'url?limit=1&mimetype=vnd.ms-fontobject'}
|
||||
, {test: /\.pug$/, loader: 'template-html-loader'}
|
||||
, {test: /\.pug$/, loader: 'template-html-loader?engine=jade'}
|
||||
, {test: /\.html$/, loader: 'html-loader'}
|
||||
, {test: /angular\.js$/, loader: 'exports?angular'}
|
||||
, {test: /angular-cookies\.js$/, loader: 'imports?angular=angular'}
|
||||
|
||||
Reference in New Issue
Block a user