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

Remove old node-uuid from webpack config

This commit is contained in:
Vishal Banthia 2016-11-25 22:36:09 +05:30
parent 445cfcf0bc
commit ff7c8e5f77

View file

@ -64,7 +64,6 @@ module.exports = {
, {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: /uuid\.js$/, loader: 'imports?require=>undefined'}
, {test: /dialogs\.js$/, loader: 'script'}
]
// TODO: enable when its sane