xiaofuzi / rollup-plugin-less

a less rollup plugin
22 stars 23 forks source link

Set 'insert' option to default false as stated in readme. #5

Closed ahoereth closed 7 years ago

ahoereth commented 7 years ago
const options = {}
options.insert !== false // true
options.insert != false // true
options.insert === undefined // true
xiaofuzi commented 7 years ago

Thx for your pull request, I have made some change, hope it is good for you.