From 3b1141f268c6bbc44dc3d165416687c1c3aa22e1 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Mon, 12 Apr 2021 14:41:11 +0200 Subject: [PATCH] fix: fix assets production build (#761) --- webpack.mix.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.mix.js b/webpack.mix.js index 64795ad36..7bdc04a6c 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -20,7 +20,6 @@ mix.js('resources/js/app.js', 'public/js').vue() resolve: { alias: { '@': path.resolve('resources/js'), - 'vue-i18n': 'vue-i18n/dist/vue-i18n.cjs.js', }, }, devtool: "inline-source-map",