Merge pull request #33 from dgeibi/master

fix rule test for windows user
This commit is contained in:
Alexandru Dima 2018-09-13 11:48:08 +02:00 committed by GitHub
commit d2e728fe93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,