UNPKG

@cnbritain/wc-card

Version:

Card component - Portrait, landscape and switcher

16 lines (13 loc) 280 B
"use strict"; const path = require('path'); const DIR_FRONTEND = path.join(__dirname); const PAGES = { 'demo': path.join(DIR_FRONTEND, 'demo/_demo.js'), }; module.exports = { 'entry': PAGES, 'output': { 'filename': 'demo.js', 'path': 'demo' } };