mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 03:31:10 -03:30
adding json loader to karma.conf.js
This commit is contained in:
@@ -49,7 +49,11 @@ module.exports = function(config) {
|
||||
test: /\.angular.js$/,
|
||||
loader: 'expose?angular'
|
||||
},
|
||||
|
||||
{
|
||||
test: /\.json$/,
|
||||
loader: 'json-loader',
|
||||
exclude: '/(node_modules)/'
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
loader: 'babel-loader',
|
||||
|
||||
Reference in New Issue
Block a user