From 5d5129d7536c0f4a6c160a0450702348fd62df18 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Wed, 14 Feb 2018 17:55:11 -0500 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20copy=20assets=20via=20webpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webpack.config.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index 765267270..394b6e2a2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -66,13 +66,7 @@ module.exports = [ output: { libraryTarget: 'commonjs2', path: path.resolve('dist', 'node') - }, - plugins: base.plugins.concat([ - new CopyWebpackPlugin([{ - from: './src/extensions/scratch3_music/assets', - to: 'assets/scratch3_music' - }]) - ]) + } }), // Playground defaultsDeep({}, base, {