dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
593 stars 52 forks source link

Add `ImportFile` helper for WIG #1347

Closed Jooseppi12 closed 9 months ago

Jooseppi12 commented 1 year ago

The idea behind this helper is to enable importing other js resources that different bundlers could handle with their plugins.

One usecase would be importing css stylesheets, then a tool like vite or webpack could handle them within their ecosystem.