No description
  • PHP 85.4%
  • Makefile 14.6%
Find a file
2026-04-15 14:52:59 +02:00
.github ci(actions): Update github actions and delete unneeded files 2026-04-15 13:49:51 +02:00
appinfo feat(deps): Add Nextcloud 34 support 2026-01-22 22:31:26 +01: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 build(deps-dev): Update update psalm and phpunit 2026-04-15 14:13:17 +02:00
composer.lock build(deps-dev): Update update psalm and phpunit 2026-04-15 14:13:17 +02: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",