https://github.com/wpj/snowpack-plugin-known-entrypoints
https://github.com/wpj/snowpack-plugin-known-entrypoints
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wpj/snowpack-plugin-known-entrypoints
- Owner: wpj
- License: mit
- Created: 2020-12-30T01:04:05.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T02:04:10.000Z (over 5 years ago)
- Last Synced: 2025-07-28T15:54:43.373Z (10 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |