From 9a025267af242ad9552c7132384049d03d7b3ec1 Mon Sep 17 00:00:00 2001 From: Tyler Schloesser Date: Tue, 27 Feb 2024 08:04:36 -0800 Subject: [PATCH] prettier --- packages/app/index.handlebars | 2 +- packages/app/webpack.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/app/index.handlebars b/packages/app/index.handlebars index 40600a9..3c683a4 100644 --- a/packages/app/index.handlebars +++ b/packages/app/index.handlebars @@ -212,4 +212,4 @@ - + \ No newline at end of file diff --git a/packages/app/webpack.config.js b/packages/app/webpack.config.js index b6943f7..a28e4e1 100644 --- a/packages/app/webpack.config.js +++ b/packages/app/webpack.config.js @@ -43,6 +43,7 @@ module.exports = (_env, argv) => { ], devServer: { historyApiFallback: true, + watchFiles: ['index.handlebars'], }, } }