Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

babel-preset-metal-resolve-source

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-metal-resolve-source

A babel preset for building Metal.js projects that automatically resolves imports into full paths

latest
npmnpm
Version
1.0.2
Version published
Maintainers
5
Created
Source

babel-preset-metal-resolve-source

A babel preset for building Metal.js projects that automatically resolves imports into full paths.

Usage

This is a babel preset that sets the resolveModuleSource option to a function that converts imports that are neither relative nor absolute (i.e. start with neither "/" nor ".") to real paths relative to node_modules

{
  "preset": ["metal-resolve-source"]
}

Keywords

babel

FAQs

Package last updated on 27 Mar 2017

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