Add support for tooltips

This commit is contained in:
DaneEveritt 2022-06-05 18:27:54 -04:00
parent 1a5465dc34
commit 2a2fc42e37
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 201 additions and 1 deletions

View file

@ -29,6 +29,11 @@ module.exports = {
exclude: /node_modules|\.spec\.tsx?$/,
loader: 'babel-loader',
},
{
test: /\.mjs$/,
include: /node_modules/,
type: 'javascript/auto',
},
{
test: /\.css$/,
use: [