v1/web/core/assets/vendor/tabbable
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
README.txt 初始化 2023-11-13 20:36:13 +08:00
index.umd.min.js 初始化 2023-11-13 20:36:13 +08:00
index.umd.min.js.map 初始化 2023-11-13 20:36:13 +08:00

README.txt

Drupal core uses the UMD build of tabbable.
To create this build:
Navigate to the root directory of the tabbable library.

Ensure that dependencies have been installed:
```
yarn install
```

Build files for production:
```
yarn build
```

This will create an index.umd.min.js file in dist/ that can be used in Drupal.