module.exports = {
description: 'correct sourcemaps are written (inline)',
skipIfWindows: true,
options: {
sourceMap: 'inline'
}
};