Skip to content

Releases: elegantthemes/d5-extension-example-modal-dev-clipboard

Basic Extension Created Using create-divi-extension

19 Feb 07:35
Compare
Choose a tag to compare

This tag / release marks the working extension created using existing create-divi-extension that was made for D4. Since create-divi-extension is a no-build configuration, this means this extension is made with boundaries of setup that CDE have. For example, since the webpack configuration is managed by divi-scripts / CDE, there's no way to set up externals without executing yarn eject so all divi component is directly used from global variable.

What's already included:

  • handling common file names: jsx and scss
  • Automatically split them into scripts and styles files.
  • Create bundle for development and production
  • start command with hot module replacement support