File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import defaultProject from './default-project';
44
55// eslint-disable-next-line import/no-commonjs
66const { TRUSTED_IFRAME_HOST } = require ( './brand.js' ) ;
7- const isStandAlone = process . env . IS_STANDLALONE === 'true' ;
7+ const isStandAlone = process . env . IS_STANDALONE === 'true' ;
88
99/**
1010 * Wrapper for ScratchStorage which adds default web sources.
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ module.exports = [
197197 'process.env.FORCE_EMBED' : JSON . stringify ( process . env . FORCE_EMBED || 'true' ) ,
198198 'process.env.COLLABORATION_HOST' : JSON . stringify ( process . env . COLLABORATION_HOST || 'wss://collaborator.codetorch.net/' ) ,
199199 'process.env.COLLABORATION_DEV_MODE' : JSON . stringify ( process . env . COLLABORATION_DEV_MODE || 'false' ) ,
200- 'process.env.IS_STANDLALONE ' : JSON . stringify ( process . env . IS_STANDLALONE || 'false' )
200+ 'process.env.IS_STANDALONE ' : JSON . stringify ( process . env . IS_STANDALONE || 'false' )
201201 } ) ,
202202 new HtmlWebpackPlugin ( {
203203 chunks : [ 'editor' ] ,
You can’t perform that action at this time.
0 commit comments