Skip to content
Snippets Groups Projects
Commit bc8b4c14 authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Remove extension assets copying

parent afa00d72
Branches
Tags
No related merge requests found
......@@ -111,10 +111,6 @@ module.exports = {
from: 'node_modules/scratch-blocks/media',
to: 'static/blocks-media'
}]),
new CopyWebpackPlugin([{
from: 'node_modules/scratch-vm/dist/node/assets',
to: 'static/extension-assets'
}]),
new CopyWebpackPlugin([{
from: 'extensions/**',
to: 'static',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment