This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
Releases: Shopify/quilt
Releases · Shopify/quilt
@shopify/sewing-kit-plugin-quilt@0.0.2
What's New
Port sewing-kit-plugins into quilt as sewing-kit-plugin-quilt
Most if not all external packages within this release have either been trimmed for now, or swapped for the Shopify equivalent.
Example Usage
export default createWebApp((app) => {
app.entry('./app/index');
app.use(
quiltWebApp({
assetServer: {port: 3003},
features: ['base', 'fetch'],
browserGroups: ['evergreen', 'latest-chrome'],
skipBuild: true,
graphql: {
export: 'document',
},
}),
);
});
@shopify/react-csrf-universal-provider@1.0.0
@shopify/react-csrf-universal-provider@1.0.0
@shopify/react-app-bridge-universal-provider@1.0.0
@shopify/react-app-bridge-universal-provider@1.0.0