snowpack-plugin-known-entrypoints

Add known entrypoints to Snowpack.

Usage no npm install needed!

<script type="module">
  import snowpackPluginKnownEntrypoints from 'https://cdn.skypack.dev/snowpack-plugin-known-entrypoints';
</script>

README

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

Name Type Description
entrypoints string[] List of entrypoints to add to Snowpack