josdejong / josdejong/jsoneditor

Top menu doe snot show up

Open
#1,349 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
12.3k
Forks
2.1k
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/17168374/124814890-649c2d80-df1b-11eb-86e0-9006e7f8f0e4.png)
**Error on Chrome**
![image](https://user-images.githubusercontent.com/17168374/124814947-767dd080-df1b-11eb-849c-f52bc4c059e2.png)
**change made**
![image](https://user-images.githubusercontent.com/17168374/124815055-a2995180-df1b-11eb-90db-c39d5b0fb5b3.png)

It is possible be of my webpack setting is not right ..
```
{
test: /\.s[ac]ss$/i,
use: [
// Creates `style` nodes from JS strings
'style-loader',
// Translates CSS into CommonJS
'css-loader',
// Compiles Sass to CSS
'sass-loader'
]
},
{ test: /\.svg$/, loader: 'file-loader' },
{
test: /\.(jpe?g|gif|png)$/i,
use: [
{
loader: 'url-loader',
options: {
limit: 10000
}
}
]
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.