UNPKG

jalt-product-card

Version:

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

9 lines (6 loc) 212 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./jalt-product-card.cjs.production.min.js') } else { module.exports = require('./jalt-product-card.cjs.development.js') }