0.1.0 • Published 3 years ago

snowpack-plugin-known-entrypoints v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

snowpack-plugin-known-entrypoints

Add known entrypoints to Snowpack.

Install

npm install snowpack-plugin-known-entrypoints
// snowpack.config.js
module.exports = {
  entrypoints: ["my-entrypoint"],
};

Plugin options

NameTypeDescription
entrypointsstring[]List of entrypoints to add to Snowpack
0.1.0

3 years ago