@Pallas I tried using the following statement: ```const config = new PlasmoCSConfig();``` But not w

@Pallas I tried using the following statement:
const config = new PlasmoCSConfig();

But not works!
PlasmoCSConfig
is a type not a constructor.
How can I create a custom
config
? I need to calculate dynamically the
matches
property when the tsx file is loaded, any idea?
Was this page helpful?