From f3a0300adf25ed74d68118ce0cae19f4955212da Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 31 Dec 2023 17:43:34 +0100 Subject: [PATCH] Update webpack.common.js --- webpack.common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 630b7eb69..3e20e796e 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -75,7 +75,6 @@ const config = { { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/blocksStates/'), to: './blocksStates/' }, { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/textures/'), to: './textures/' }, { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/worker.js'), to: './' }, - { from: path.join(__dirname, '/node_modules/prismarine-viewer/public/supportedVersions.json'), to: './' }, { from: path.join(__dirname, 'assets/'), to: './' }, { from: path.join(__dirname, 'extra-textures/'), to: './extra-textures/' }, { from: path.join(__dirname, 'config.json'), to: './config.json' }