0.0.6 • Published 5 years ago
bridgetown-snowpack-base v0.0.6
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-baseThen, in your snowpack.config.json file, make sure to extend this plugin.
{
"extends": "bridgetown-snowpack-base"
}And you should be ready to roll!