Removing unused copy from build process.

This commit is contained in:
David Jay
2016-11-08 12:28:09 -05:00
parent 12aa9c6260
commit 411e6e48f3
-4
View File
@@ -23,10 +23,6 @@ module.exports = Object.assign({}, devConfig, {
]
},
plugins: [
new Copy([{
from: path.join(__dirname, '..', 'coral-embed-stream', 'dist'),
to: './embed/comment-stream'
}]),
autoprefixer, precss
]
})