An open API service indexing awesome lists of open source software.

https://github.com/wpj/snowpack-plugin-known-entrypoints


https://github.com/wpj/snowpack-plugin-known-entrypoints

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# snowpack-plugin-known-entrypoints

Add known entrypoints to Snowpack.

## Install

```
npm install snowpack-plugin-known-entrypoints
```

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

## Plugin options

| Name | Type | Description |
| :------------ | :--------- | :------------------------------------- |
| `entrypoints` | `string[]` | List of entrypoints to add to Snowpack |