New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

laravel-elixir-babelify

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-babelify

Laravel Elixir Babelify (Babel + Browserify) Extension

0.1.1
latest
npm
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

Laravel Elixir Babelify

Version Dependencies

Laravel Elixir Babelify (Babel + Browserify) Extension

Install

npm install --save-dev laravel-elixir-babelify

Usage

Example Gulpfile.js:

var elixir = require('laravel-elixir');

require('laravel-elixir-babelify');

elixir(function(mix) {
    mix.babelify('application.js');
});

License

The MIT License. Copyright (c) 2015 by Centagon

FAQs

Package last updated on 26 Mar 2015

Did you know?

Socket

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