fix rule test for windows user

pull/2748/head
Jiabin Peng 2018-09-06 18:42:09 +08:00 committed by GitHub
parent c91fcbecca
commit 68cb00d20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,