Merge pull request #7007 from openlayers/greenkeeper/rollup-0.45.0

fix(package): update rollup to version 0.45.0
This commit is contained in:
Andreas Hocevar
2017-07-10 19:11:58 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@
"pbf": "3.0.5",
"pixelworks": "1.1.0",
"rbush": "2.0.1",
"rollup": "^0.42.0",
"rollup": "^0.45.0",
"rollup-plugin-cleanup": "^1.0.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",

View File

@@ -47,6 +47,7 @@ function main() {
return Promise.all(pkg.ext.map(ext => {
const moduleName = ext.name || ext.module;
const options = {
extend: true,
entry: require.resolve(ext.module),
dest: `${path.join(__dirname, '..', 'build', 'ol.ext', moduleName.toLowerCase())}.js`,
format: 'iife',