mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Merge pull request #33 from dgeibi/master
fix rule test for windows user
This commit is contained in:
commit
d2e728fe93
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 [
|
return [
|
||||||
{
|
{
|
||||||
test: /monaco-editor\/esm\/vs\/editor\/editor.(api|main).js/,
|
test: /monaco-editor[/\\]esm[/\\]vs[/\\]editor[/\\]editor.(api|main).js/,
|
||||||
use: [
|
use: [
|
||||||
{
|
{
|
||||||
loader: INCLUDE_LOADER_PATH,
|
loader: INCLUDE_LOADER_PATH,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue