UNPKG

generator-webpack-server-dev

Version:
10 lines (9 loc) 191 B
var webpack = require('webpack'); module.exports = { entry: './src/main.js', output: { path: './static', publicPath: '/static/', filename: 'build.js' }, }