Merge pull request #1183 from rschamp/bugfix/highlightjs

Remove unused script-loader for highlightjs
This commit is contained in:
Ray Schamp 2018-05-31 17:07:52 -04:00 committed by GitHub
commit 0a857c2ee1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View file

@ -20,6 +20,9 @@ jobs:
include: include:
- env: NPM_SCRIPT=lint - env: NPM_SCRIPT=lint
node_js: 8 node_js: 8
- env: NPM_SCRIPT=build
node_js: 8
if: not (branch in (master, develop) and type != pull_request)
- stage: release - stage: release
node_js: 8 node_js: 8
env: NPM_SCRIPT=build env: NPM_SCRIPT=build

View file

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