orchidhq / Orchid

Build and deploy beautiful documentation sites that grow with you
https://orchid.run
GNU General Public License v3.0
514 stars 53 forks source link

Support type="module" attribute on JsPage #289

Closed cjbrooks12 closed 5 years ago

cjbrooks12 commented 5 years ago

To load a Webpack-bundled JS file in a webpage, the script tag needs the type="module" attribute applied. Orchid currently only supports the async and defer attributes on the JsPage object.