Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 1ec960d

Browse files
author
Aaron Imming
committed
Don't copy from unused path
1 parent c5e9201 commit 1ec960d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ module.exports = {
7878
new StyleLintPlugin( { fix: true }),
7979
new CopyWebpackPlugin([
8080
{ from: './src/scratch/xml' },
81-
{ from: './src/scratch/images', to: 'media' },
8281
{ from: './node_modules/scratch-blocks/media', to: 'media' },
8382
]),
8483
new MergeIntoSingleFilePlugin({

0 commit comments

Comments
 (0)