chore: fix demo on IE

closes #647
This commit is contained in:
Roman Hotsiy 2018-09-19 09:59:11 +03:00
parent ab98ab0cb2
commit 5a192dbf74
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -108,7 +108,7 @@ export default (env: { playground?: boolean; bench?: boolean } = {}, { mode }) =
},
},
{
test: /node_modules\/(swagger2openapi|reftools)\/.*\.js$/,
test: /node_modules\/(swagger2openapi|reftools|oas-resolver|oas-kit-common|oas-schema-walker)\/.*\.js$/,
use: {
loader: 'ts-loader',
options: {