Comparing version 0.15.3 to 0.15.4
@@ -86,3 +86,5 @@ 'use strict'; | ||
browser: options.browser | ||
}), require('rollup-plugin-commonjs')()); | ||
}), require('rollup-plugin-commonjs')(Object.assign({ | ||
include: 'node_modules/**' | ||
}, options.commonjs))); | ||
} | ||
@@ -89,0 +91,0 @@ |
{ | ||
"name": "bili", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"description": "Transpile ESnext code with Rollup and Buble.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
17733
313