|
@ -1,7 +1,6 @@ |
|
|
const assert = require( 'assert' ); |
|
|
const assert = require( 'assert' ); |
|
|
|
|
|
|
|
|
module.exports = { |
|
|
module.exports = { |
|
|
solo: true, |
|
|
|
|
|
description: 'adds a newline after the sourceMappingURL comment (#756)', |
|
|
description: 'adds a newline after the sourceMappingURL comment (#756)', |
|
|
command: 'rollup -i main.js -m inline', |
|
|
command: 'rollup -i main.js -m inline', |
|
|
result: code => { |
|
|
result: code => { |
|
|