housekeeping: cypress standalone failures (via #5446)

* webpack.dist-style.config.js -> webpack-dist-style.config.js

* correctly generate stylesheets in dev server

* attempt to recover from missing StandalonePlugin in Cypress runner
This commit is contained in:
kyle
2019-07-08 01:15:26 -05:00
committed by GitHub
parent 21bb452cb7
commit 9f10ab1d65
6 changed files with 10 additions and 31 deletions

View File

@@ -49,7 +49,7 @@
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout",
layout: SwaggerUIStandalonePreset ? "StandaloneLayout" : "BaseLayout",
onComplete: () => {
if(window.completeCount) {
window.completeCount++