UNPKG

download-csv

Version:
9 lines (6 loc) 196 B
const { webpackConfig, webpackDevServer } = require('webpack-base-config'); const Options = { entry: './index.js', htmlTemplate: './index.html', }; webpackDevServer(webpackConfig(Options));