Remove unused script-loader for highlightjs

This commit is contained in:
Ray Schamp 2018-05-31 16:54:30 -04:00
parent 44b03fea9b
commit 6fb8d86880

View file

@ -121,10 +121,6 @@ module.exports = [
test: require.resolve('stats.js/build/stats.min.js'),
loader: 'script-loader'
},
{
test: require.resolve('highlightjs/highlight.pack.min.js'),
loader: 'script-loader'
},
{
test: require.resolve('scratch-blocks/dist/vertical.js'),
loader: 'expose-loader?Blockly'