vendure-ecommerce / ngx-translate-extract

Extract translatable (using ngx-translate) strings and save as a JSON or Gettext pot file
MIT License
51 stars 19 forks source link

fix: Fix import from glob package #31

Closed pmpak closed 1 year ago

pmpak commented 1 year ago

After I updated to the latest version the extract task started throwing error: SyntaxError: the requested module 'glob' does not provide an export named 'default'

This is due the update of the glob package. It strange that tests and build didn't catch this.

Celtian commented 1 year ago

@pmpak @michaelbromley

I am not sure if everything is working in version 9.0.1... Version 9.0.0 works well

image

michaelbromley commented 1 year ago

@Celtian that's what this PR is fixing. I've not yet published it but will do so soon.