mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
adding json loader to karma.conf.js
This commit is contained in:
parent
d2a914a040
commit
4548801726
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user