PluginProbe
UiCore Elements – Free widgets and templates for Elementor / 1.3.17
UiCore Elements – Free widgets and templates for Elementor v1.3.17
1.3.17 1.3.16 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 All 41 releases
uicore-elements / webpack.dc.config.js

webpack.dc.config.js in UiCore Elements – Free widgets and templates for Elementor 1.3.17, at webpack.dc.config.js

18 lines 520 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const defaultConfig = require('@wordpress/scripts/config/webpack.config');
2 const path = require('path');
3
4 module.exports = {
5 ...defaultConfig,
6 entry: {
7 'design-cloud': path.resolve(__dirname, 'assets/src/design-cloud/index.js'),
8 },
9 output: {
10 path: path.resolve(__dirname, 'assets/dc/'),
11 filename: '[name].js',
12 },
13 // resolve: {
14 // alias: {
15 // '@uicore/design-cloud': path.resolve(__dirname, '../../../../../../design-cloud-ui')
16 // }
17 // },
18 };