UNPKG

shards-ui

Version:

A free, modern and lightweight Bootstrap 4 UI toolkit for web makers.

17 lines (15 loc) 295 B
const path = require('path'); module.exports = { entry: { shards: './src/js/index.js', demo: './src/extras/js/shards-demo.js' }, target: 'web', output: { path: path.resolve(__dirname, '../dist/js'), filename: '[name].js' }, externals: { 'jquery': 'jQuery' } }