mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Removed commented lines. Rolled back noInfo change
This commit is contained in:
@@ -5,13 +5,6 @@ const NODE_MODULES = path.resolve(__dirname, '../../node_modules');
|
|||||||
|
|
||||||
const webpackConfig = require('./webpack.spec');
|
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 => {
|
module.exports = config => {
|
||||||
config.set({
|
config.set({
|
||||||
basePath: '../..',
|
basePath: '../..',
|
||||||
@@ -36,7 +29,7 @@ module.exports = config => {
|
|||||||
},
|
},
|
||||||
webpack: webpackConfig,
|
webpack: webpackConfig,
|
||||||
webpackMiddleware: {
|
webpackMiddleware: {
|
||||||
noInfo: 'errors-only'
|
noInfo: true
|
||||||
},
|
},
|
||||||
junitReporter: {
|
junitReporter: {
|
||||||
outputDir: 'reports',
|
outputDir: 'reports',
|
||||||
|
|||||||
Reference in New Issue
Block a user