@favi_ty/babel-plugin-esm-pikacdn
v1.0.2
Published
## Installation
Readme
@favi_ty/babel-plugin-esm-pikacdn
Installation
yarn add -D @favi_ty/babel-plugin-esm-pikacdnUsage
"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-mapgenerated by snowpack - apply the version of
package.json
Options
dir: string
directory path where import-map.json exists (default as web_modules/)
