You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - OR - define a relative or absolute path to page templates
331
333
entry:'src/views/',
@@ -379,7 +381,7 @@ For custom templates, you can use the [preprocessor](#loader-option-preprocessor
379
381
<td>Simple example SPA</td>
380
382
<td>
381
383
382
-
[](https://stackblitz.com/edit/stackblitz-starters-78r926?file=webpack.config.js)
384
+
[](https://stackblitz.com/edit/hello-world-webpack?file=webpack.config.js)
383
385
384
386
</td>
385
387
</tr>
@@ -500,7 +502,8 @@ See [boilerplate](https://github.com/webdiscus/webpack-html-scss-boilerplate)
500
502
- 10up / Animation Best Practices [demo](https://animation.10up.com/) | [source](https://github.com/10up/animation-best-practices)
- Simple example "Hello World!" [View in browser](https://stackblitz.com/edit/stackblitz-starters-78r926?file=webpack.config.js) | [source](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/examples/hello-world)
505
+
- Simple example "Hello World!" [View in browser](https://stackblitz.com/edit/hello-world-webpack?file=webpack.config.js) | [source](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/examples/hello-world)
506
+
- Simple example "Hello World!" using `Pug`[View in browser](https://stackblitz.com/edit/hello-world-webpack-pug?file=webpack.config.js) | [source](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/examples/hello-world-pug)
-**Bootstrap** with Webpack [View in browser](https://stackblitz.com/edit/webpack-webpack-js-org-kjnlvk?file=webpack.config.js) | [source](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/examples/bootstrap)
506
509
-**Tailwind CSS** with Webpack [View in browser](https://stackblitz.com/edit/webpack-webpack-js-org-auem8r?file=webpack.config.js) | [source](https://github.com/webdiscus/html-bundler-webpack-plugin/tree/master/examples/tailwindcss/)
The simple example using the `Pug`[preprocessor](https://github.com/webdiscus/html-bundler-webpack-plugin#using-template-pug).
4
+
5
+
Use the [HTML Builder Plugin](https://github.com/webdiscus/html-bundler-webpack-plugin) for Webpack
6
+
to compile and bundle source Sass and JavaScript in HTML.
7
+
8
+
## View and edit in browser
9
+
10
+
[](https://stackblitz.com/edit/hello-world-webpack-pug?file=webpack.config.js)
0 commit comments