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