0.2.8 • Published 3 years ago

@ungap/degap v0.2.8

Weekly downloads
69
License
ISC
Repository
-
Last release
3 years ago

@ungap/degap

The ideal rollup-plugin-includepaths @ungap companion.

This module provides all native based fallbacks for any @ungap/... module that might not be needed for modern engines.

import resolve from 'rollup-plugin-node-resolve';
import includePaths from 'rollup-plugin-includepaths';

export default {
  input: 'esm/index.js',
  plugins: [
    includePaths({
      include: {
        // will map @ungap/assign to a plain `Object.assign`
        '@ungap/assign': 'node_modules/@ungap/degap/assign.js'
      },
    }),
    resolve({module: true})
  ],
  output: {
    exports: 'named',
    file: 'degap.js',
    format: 'iife',
    name: 'degap'
  }
};
0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago