New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rollup-plugin-eft

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-eft

eft loader for rollup

latest
Source
npmnpm
Version
0.17.0
Version published
Maintainers
1
Created
Source

rollup-plugin-eft

GitHub license npm

ef.js template loader for rollup

import Component from 'some_module.eft'
const component = new Component(options)

Install

npm install rollup-plugin-eft --save-dev
# or
yarn add rollup-plugin-eft --dev

Usage

import { rollup } from "rollup"
import eft from "rollup-plugin-eft"

rollup({
	entry: "main.js",
	plugins: [
		eft()
	]
})

License

MIT

Keywords

ef.js

FAQs

Package last updated on 30 Jun 2023

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