1.0.2 • Published 5 years ago

@favi_ty/babel-plugin-esm-pikacdn v1.0.2

Weekly downloads
3
License
WTFPL
Repository
-
Last release
5 years ago

@favi_ty/babel-plugin-esm-pikacdn

Installation

yarn add -D @favi_ty/babel-plugin-esm-pikacdn

Usage

"plugins": ["@favi_ty/babel-plugin-esm-pikacdn"]

In

import { Component, render } from "preact";

Out

import { Component, render } from "https://cdn.pika.dev/preact/8.5.2";

Feature

transform import-path to url format that can be fetched from PikaCDN

  • only the modules that exist in the import-map generated by snowpack
  • apply the version of package.json

Options

dir: string

directory path where import-map.json exists (default as web_modules/)

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago