Sha256: 1c029fdce4b7c0e09eac3f55654fd2407984a5e39b0918c18db217deee8dc148

Contents?: true

Size: 409 Bytes

Versions: 20

Compression:

Stored size: 409 Bytes

Contents

/* eslint-env node */

const resolve = require('rollup-plugin-node-resolve')
const commonjs = require('rollup-plugin-commonjs')
const babel = require('rollup-plugin-babel')

module.exports = {
  input: 'js/tests/integration/bundle.js',
  output: {
    file: 'js/coverage/bundle.js',
    format: 'iife'
  },
  plugins: [
    resolve(),
    commonjs(),
    babel({
      exclude: 'node_modules/**'
    })
  ]
}

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
inkstream-0.1.4 assets/scss/bootstrap/js/tests/integration/rollup.bundle.js
inkstream-0.1.3 assets/scss/bootstrap/js/tests/integration/rollup.bundle.js
inkstream-0.1.2 assets/scss/bootstrap/js/tests/integration/rollup.bundle.js
inkstream-0.1.1 assets/scss/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.5 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.4 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.3 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.2 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.1 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.4.0 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.3.2 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.3.1 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.3.0 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.2.1 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.2.0 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.1.4 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.1.3 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.1.2 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.1.1 _sass/bootstrap/js/tests/integration/rollup.bundle.js
vertx-howtos-jekyll-theme-0.1.0 _sass/bootstrap/js/tests/integration/rollup.bundle.js