diff options
Diffstat (limited to 'webpack.config.d/handlebars.js')
-rw-r--r-- | webpack.config.d/handlebars.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webpack.config.d/handlebars.js b/webpack.config.d/handlebars.js new file mode 100644 index 00000000..3847b17a --- /dev/null +++ b/webpack.config.d/handlebars.js @@ -0,0 +1,6 @@ +config.module.rules.push( + { + test: /\.hbs$/i, + loader: 'handlebars-loader' + } +);
\ No newline at end of file |