# templately/3.8.0/modules/utilities/webpack.config.partial.js

Templately – Elementor &amp; Gutenberg Template Library: 6500+ Free &amp; Pro Ready Templates And Cloud!, version 3.8.0. 12 lines.

- Page: https://pluginprobe.com/plugins/templately/3.8.0/code/modules/utilities/webpack.config.partial.js
- Raw: https://pluginprobe.com/plugins/templately/3.8.0/raw/modules/utilities/webpack.config.partial.js
- Modified: 2026-09-24T05:45:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/templately/3.8.0/code/modules/utilities/webpack.config.partial.js#L10-L20`.

```javascript
const path = require('path');

// Folds into the one first-party bundle via react-src/generated/moduleManifest.ts
// (Constitution XIII) — no separate script is emitted or enqueued. The code
// self-gates on window.templately.utilities (injected by module.php), so it is
// inert on sites where the module did not boot.
module.exports = {
	entry: {
		'modules/utilities': path.resolve(__dirname, 'assets/js/index.tsx'),
	},
};

```
