mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
7 lines
214 B
Plaintext
Executable File
7 lines
214 B
Plaintext
Executable File
<div id="react-app" asp-prerender-module="ReactApp/boot-server.jsx"
|
|
asp-prerender-webpack-config="webpack.config.js"></div>
|
|
|
|
@section scripts {
|
|
<script src="/dist/main.js"></script>
|
|
}
|