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