Path should be "./absolute-path.js" not "./.absolute-path.js". This caused webpack to throw an error "/node-modules/swagger-ui-dist/.absolute-path.js doesn't exist"
4 lines
215 B
JavaScript
4 lines
215 B
JavaScript
module.exports.SwaggerUIBundle = require("./swagger-ui-bundle.js")
|
|
module.exports.SwaggerUIStandalonePreset = require("./swagger-ui-standalone-preset.js")
|
|
module.exports.absolutePath = require("./absolute-path.js")
|