UNPKG

@ecomplus/storefront-framework

Version:

Framework for PWA and JAMstack e-commerce templates with E-Com Plus APIs

20 lines (17 loc) 469 B
'use strict' const paths = require('./lib/paths') const config = require('./lib/config') const getStoreData = require('./lib/get-store-data') const getAssetsReferences = require('./lib/get-assets-references') const webpackConfig = require('./webpack.config') const renderer = require('./renderer') const minifyHtml = require('./lib/minify-html') module.exports = { paths, config, getStoreData, webpackConfig, getAssetsReferences, renderer, minifyHtml }