UNPKG

generator-springboot-hexagonal

Version:

A code generator for SpringBoot microservices in Hexagonal Architecture

9 lines (7 loc) 442 B
/** * @fileoverview Webpack production configuration. * - Default config: https://github.com/dzervoudakes/dztools/blob/main/packages/bundling/webpack-config-react/config/webpack.prod.js * - Notes on customizing/extending: https://github.com/dzervoudakes/dztools/tree/main/packages/bundling/webpack-config-react#readme */ const { webpackProdConfig } = require('@dztools/webpack-config-react'); module.exports = webpackProdConfig;