bridgetown-snowpack-base
v0.0.6
Published
To provide a reusable base from which you can extend snowpack with bridgetown.
Downloads
4
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!