Add support for tooltips
This commit is contained in:
parent
1a5465dc34
commit
2a2fc42e37
5 changed files with 201 additions and 1 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue