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 chore: Fix psalm comments 2026-04-15 14:17:58 +02:00
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 Add nc/ocp and coding-standard 2023-05-23 14:38:43 +02:00
CHANGELOG.md Update info file to match the real repo url 2021-04-28 11:16:47 +02:00
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 First commit 2021-04-28 11:08:28 +02:00
Makefile Update info file to match the real repo url 2021-04-28 11:16:47 +02:00
psalm.xml fix(psalm): Set the phpVersion in psalm.xml 2025-09-04 21:33:16 +02:00
README.md Update README.md 2023-05-01 10:29:43 +02:00

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",