- switch to modern html-bundler-webpack-plugin - replace deprecated `file-loader` and `url-loader` with Webpack 5 assets module - create single webpack config instead of two configs
8 lines
No EOL
206 B
Handlebars
8 lines
No EOL
206 B
Handlebars
{{#partial 'scripts'}}
|
|
{{! define here page-specific source script files }}
|
|
<script src="./demo.ts" defer="defer"></script>
|
|
{{/partial}}
|
|
{{#partial "content"}}
|
|
{{> demo/content}}
|
|
{{/partial}}
|
|
{{> template}} |