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(