You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/monaco-editor/esm/vs/base/browser/ui/actionbar/actionbar.css 6:0
Module parse failed: Unexpected token (6:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
| *--------------------------------------------------------------------------------------------*/
|
> .monaco-action-bar {
| white-space: nowrap;
| height: 100%;
@ ./node_modules/monaco-editor/esm/vs/base/browser/ui/actionbar/actionViewItems.js 15:0-25
@ ./node_modules/monaco-editor/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js
@ ./node_modules/monaco-editor/esm/vs/editor/editor.all.js 18:0-54
@ ./node_modules/monaco-editor/esm/vs/editor/edcore.main.js 5:0-25
@ ./node_modules/monaco-editor/esm/vs/editor/editor.main.js 7:0-30 7:0-30
@ ./src/index.js 1:0-40 24:0-20
ERROR in ./node_modules/monaco-editor/esm/vs/base/browser/ui/aria/aria.css 6:0
Module parse failed: Unexpected token (6:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
To start with, I am new in using webpack.
Ubuntu 24.04
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
/home/srcdirectorynpx webpack buildwebpack.config.js
For example, above seems to refer to
import './actionbar.css';inactionViewItems.jsAny ideas?
Beta Was this translation helpful? Give feedback.
All reactions