mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
fix rule test for windows user
This commit is contained in:
parent
c91fcbecca
commit
68cb00d20f
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -98,7 +98,7 @@ function createLoaderRules(languages, features, workers, outputPath, publicPath)
|
|||
};
|
||||
return [
|
||||
{
|
||||
test: /monaco-editor\/esm\/vs\/editor\/editor.(api|main).js/,
|
||||
test: /monaco-editor[/\\]esm[/\\]vs[/\\]editor[/\\]editor.(api|main).js/,
|
||||
use: [
|
||||
{
|
||||
loader: INCLUDE_LOADER_PATH,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue