generator-springboot-hexagonal
Version:
A code generator for SpringBoot microservices in Hexagonal Architecture
9 lines (7 loc) • 440 B
JavaScript
/**
* @fileoverview Webpack development configuration.
* - Default config: https://github.com/dzervoudakes/dztools/blob/main/packages/bundling/webpack-config-react/config/webpack.dev.js
* - Notes on customizing/extending: https://github.com/dzervoudakes/dztools/tree/main/packages/bundling/webpack-config-react#readme
*/
const { webpackDevConfig } = require('@dztools/webpack-config-react');
module.exports = webpackDevConfig;