node-postgres/packages/pg-bundler-test/webpack-empty.config.mjs

8 lines
120 B
JavaScript

export default {
mode: 'production',
entry: './src/index.mjs',
output: {
filename: 'webpack-empty.js',
},
}