mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #1183 from rschamp/bugfix/highlightjs
Remove unused script-loader for highlightjs
This commit is contained in:
commit
0a857c2ee1
2 changed files with 3 additions and 4 deletions
|
@ -20,6 +20,9 @@ jobs:
|
|||
include:
|
||||
- env: NPM_SCRIPT=lint
|
||||
node_js: 8
|
||||
- env: NPM_SCRIPT=build
|
||||
node_js: 8
|
||||
if: not (branch in (master, develop) and type != pull_request)
|
||||
- stage: release
|
||||
node_js: 8
|
||||
env: NPM_SCRIPT=build
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue