From b43aa88b92609b02527b95181977561c6744d2d0 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 9 Jun 2021 12:17:22 -0700 Subject: [PATCH] heroku? polo? --- client/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/webpack.config.js b/client/webpack.config.js index 98d79bb..c48e3c7 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -8,7 +8,7 @@ module.exports = { }, output: { path: path.resolve(__dirname, 'dist'), - filename: 'build.js' + filename: '_build.js' }, devServer: { contentBase: path.join(__dirname, 'dist'),