# templately/3.8.0/modules/site-editor-views/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/site-editor-views/webpack.config.partial.js
- Raw: https://pluginprobe.com/plugins/templately/3.8.0/raw/modules/site-editor-views/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/site-editor-views/webpack.config.partial.js#L10-L20`.

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

module.exports = {
	entry: {
		// A standalone entry, NOT a `modules/`-prefixed key: this script is
		// enqueued by hand on the Site Editor screen only (module.php), and a
		// `modules/` key would fold it into the SPA bundle, which never loads
		// there. Same reasoning as gutenberg-integration and elementor-integration.
		'site-editor-views': path.resolve(__dirname, 'assets/js/index.ts'),
	},
};

```
