From 348787f494178dacd5dc78f90c0075fea57cd9c4 Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Mon, 5 Feb 2024 12:42:41 +0100 Subject: [PATCH] ci: refactor plugin to fix warning --- plugins/css_bundler/src/helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/css_bundler/src/helpers.ts b/plugins/css_bundler/src/helpers.ts index 4f7f64c..808139d 100644 --- a/plugins/css_bundler/src/helpers.ts +++ b/plugins/css_bundler/src/helpers.ts @@ -1,5 +1,5 @@ export class Logger { - static #name = 'bundle_css' + static readonly #name = 'bundle_css' static info(message: string, path?: string) { console.log(