1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Removed commented lines. Rolled back noInfo change

This commit is contained in:
mabashian 2018-05-08 16:19:56 -04:00
parent 1807d0a910
commit 366c1c19b0

View File

@ -5,13 +5,6 @@ const NODE_MODULES = path.resolve(__dirname, '../../node_modules');
const webpackConfig = require('./webpack.spec');
// 'client/src/**/*.html'
// ],
// preprocessors: {
// './client/src/app.js': ['webpack', 'sourcemap'],
// './tests/**/*-test.js': ['webpack', 'sourcemap'],
// 'client/src/**/*.html': ['html2js']
module.exports = config => {
config.set({
basePath: '../..',
@ -36,7 +29,7 @@ module.exports = config => {
},
webpack: webpackConfig,
webpackMiddleware: {
noInfo: 'errors-only'
noInfo: true
},
junitReporter: {
outputDir: 'reports',