Socket
Socket
Sign inDemoInstall

enb-autopolyfiller

Package Overview
Dependencies
92
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    enb-autopolyfiller

enb-autopolyfiller [![Build Status](https://travis-ci.org/enb-make/enb-autopolyfiller.png?branch=master)](https://travis-ci.org/enb-make/enb-autopolyfiller) ==========


Version published
Weekly downloads
13
increased by44.44%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

enb-autopolyfiller Build Status

Предоставляет технологию autopolyfiller.

autopolyfiller

Собирает ?.js-файл на основе ?.source.js-файла, дописывая полифилы.

Опции

  • String target — Результирующий таргет. По умолчанию — ?.js.
  • String source — Исходный файл. По умолчанию — ?.source.js.
  • String[] browsers — Браузеры, для которых необходимо построить полифилы.
  • String[] excludes — Полифилы, которые необходимо исключить из сборки.
  • String[] includes — Полифилы, которые необходимо включить в сборку.

Пример

nodeConfig.addTechs([
    [require('autopolyfiller'), {browsers: ['IE 11', 'Chrome >= 31']}]
]);

FAQs

Last updated on 10 Jul 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc