File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 11( function OLSKPostinstallHotfix ( ) {
2- Object . entries ( require ( 'OLSKHotfix' ) . OLSKHotfixPatches ( process . env . NODE_ENV ) ) . forEach ( function ( [ path , patches ] ) {
2+ Object . entries ( Object . assign ( require ( 'OLSKHotfix' ) . OLSKHotfixPatches ( process . env . NODE_ENV ) , {
3+ './node_modules/OLSKAppToolbar/node_modules/OLSKReloadButton/main.svelte' : {
4+ "from '../OLSKUIAssets/_OLSKSharedReload.svg'" : "from '../../../OLSKUIAssets/_OLSKSharedReload.svg'" ,
5+ } ,
6+ './node_modules/OLSKNarrow/node_modules/OLSKInputWrapper/main.svelte' : {
7+ "from '../OLSKUIAssets/_OLSKInputClear.svg'" : "from '../../../OLSKUIAssets/_OLSKInputClear.svg'" ,
8+ } ,
9+ } ) ) . forEach ( function ( [ path , patches ] ) {
310 if ( ! require ( 'fs' ) . existsSync ( path ) ) {
411 return ;
512 }
You can’t perform that action at this time.
0 commit comments