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

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

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

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

module.exports = {
	entry: {
		'modules/workspaces': path.resolve(__dirname, 'assets/js/index.tsx'),
	},
};

```
