mirror of https://github.com/lukechilds/rollup.git
Bogdan Chadkin
9 years ago
1 changed files with 1 additions and 10 deletions
@ -1,12 +1,3 @@ |
|||||
var assert = require( 'assert' ); |
|
||||
|
|
||||
module.exports = { |
module.exports = { |
||||
solo: true, |
description: 'resolves more pathological cyclical dependencies gracefully' |
||||
description: 'resolves more pathological cyclical dependencies gracefully', |
|
||||
options: { |
|
||||
onwarn: function ( message ) { |
|
||||
console.log(message); |
|
||||
// assert.ok( /unable to evaluate without/.test( message ) );
|
|
||||
} |
|
||||
} |
|
||||
}; |
}; |
||||
|
Loading…
Reference in new issue