simple-keyboard-layouts icon indicating copy to clipboard operation
simple-keyboard-layouts copied to clipboard

Add "type": "module" to package.json

Open slangreck opened this issue 7 months ago • 1 comments

Description

This enables dynamic imports in a node context.

Without the "type": "module" declaration, nodejs tries to import this package as a CommonJS module when using the dynamic import(), resulting in the error "Unexpected token 'export'".

Fixes #2303

Checks

slangreck avatar Jul 02 '24 06:07 slangreck