UNPKG

@bn-digital/webpack

Version:

Webpack configuration with decorators

10 lines (7 loc) 198 B
import { Configuration } from 'webpack' export const config: Configuration = { entry: './src/server.ts', target: 'node', externalsPresets: { node: true }, } module.exports = config