From b5086124eefcf0a424aa9ec2927a5fd666ec228a Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 9 Jul 2026 21:28:56 +0200 Subject: [PATCH] Copy file. --- resources/assets/v1/webpack.mix.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/v1/webpack.mix.js b/resources/assets/v1/webpack.mix.js index c2d49dcc17..b3a690c5ff 100644 --- a/resources/assets/v1/webpack.mix.js +++ b/resources/assets/v1/webpack.mix.js @@ -35,7 +35,7 @@ mix.webpackConfig({ } }); -mix.js('src/app.js', 'build'); +mix.js('src/app.js', 'build').copy('build','../../../public/v1/js'); // mix.js('src/app_vue.js', 'build').vue({version: 2}); // mix.js('src/create_transaction.js', 'build').vue({version: 2}); // mix.js('src/edit_transaction.js', 'build').vue({version: 2});