UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

14 lines (12 loc) 284 B
const path = require('path') module.exports = { entry: { success: './src/index.js', failPlugin: './src/fail-plugin-version.js' }, target: 'node', output: { path: path.resolve(__dirname, 'dist'), filename: '[name].js', library: { type: 'commonjs2' } } }