bridgetown-snowpack-base

To provide a reusable base from which you can extend snowpack with bridgetown.

Usage no npm install needed!

<script type="module">
  import bridgetownSnowpackBase from 'https://cdn.skypack.dev/bridgetown-snowpack-base';
</script>

README

Purpose

To provide a reusable base from which you can extend snowpack with bridgetown.

Getting Started

First, install this package.

yarn add [-D] bridgetown-snowpack-base

Then, in your snowpack.config.json file, make sure to extend this plugin.

{
  "extends": "bridgetown-snowpack-base"
}

And you should be ready to roll!