UNPKG

facebook-opening-hours-to-table

Version:

Generates an html table from Facebook page opening hours data, such that days with equal opening hours are on one table row.

22 lines (20 loc) 377 B
module.exports = { entry: './src/entry.js', output: { filename: 'entry.js', path: './build', library: "facebookOpeningHoursToTable", libraryTarget: "umd", umdNamedDefine: true }, devtool: 'source-map', module: { loaders: [ { test: /\.js$/, exclude: /(noode_modules)/, loader: 'babel-loader' } ] }, }