No description
  • PHP 85.4%
  • Makefile 14.6%
Find a file
github-actions[bot] 157f9cf933
Merge pull request #110 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.5.0
chore(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0
2026-05-30 02:16:23 +00:00
.github ci(actions): Update workflow templates from organization template repository 2026-05-24 03:21:26 +00:00
appinfo feat(deps): Add Nextcloud 35 support 2026-05-16 01:09:32 +02:00
lib
tests ci(phpunit): Update phpunit config 2026-04-15 14:48:12 +02:00
.gitignore ci(phpunit): Update phpunit config 2026-04-15 14:48:12 +02:00
.php-cs-fixer.dist.php
CHANGELOG.md
composer.json chore(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0 2026-05-30 01:03:35 +00:00
composer.lock chore(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0 2026-05-30 01:03:35 +00:00
COPYING
Makefile
psalm.xml
README.md

Nextcloud HMR Enabler

PHPUnit GitHub Action Lint GitHub Action

This app unblock hot module replacement requests for webpack apps.

Try it

To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/nextcloud/hmr_enabler.git

Install the dependencies using:

make composer

Use in your app

To use HMR in your app, use the @nextcloud/webpack-vue-config. Afterwards add a line like the following to your scripts in package.json:

"serve": "webpack serve --node-env development --allowed-hosts all",