UNPKG

react-datepicker-cy

Version:

react datepicker component. (include persian jalaali calendar)

21 lines (20 loc) 479 B
const path = require('path'); module.exports = { entry: './docs/src/boot.js', output: { path: path.resolve(__dirname, 'docs'), libraryTarget: 'umd', filename: 'demo_bundles.js', library: 'react-datepicker-cy' }, module: { loaders: [ { test: /\.(js|jsx)$/, loader: 'babel-loader', exclude: /node_modules/, query: { plugins: ['transform-runtime'], presets: ['es2015', 'stage-0', 'react'], } } ] } }