mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -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:
|
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
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue