Fix samples on Windows

This commit is contained in:
Alex Dima 2018-04-19 12:01:57 +02:00
parent b321f94acd
commit bcd0803238
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ module.exports = {
}]
},
plugins: [
new webpack.IgnorePlugin(/^((fs)|(path)|(os)|(crypto)|(source-map-support))$/, /vs\/language\/typescript\/lib/),
new webpack.IgnorePlugin(/^((fs)|(path)|(os)|(crypto)|(source-map-support))$/, /vs(\/|\\)language(\/|\\)typescript(\/|\\)lib/),
new UglifyJSPlugin()
],
};