Skip to content

Commit cf0e000

Browse files
authored
Merge pull request #28 from NativePHP/refactor/cleanup_include_files
2 parents 54b67f7 + 0ae257e commit cf0e000

File tree

4 files changed

+626
-495
lines changed

4 files changed

+626
-495
lines changed

config/nativephp-internal.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,16 @@
9898
'vendor/bin',
9999
],
100100

101+
/**
102+
* A list of files and folders that should be forcibly included
103+
* even if they match exclusion patterns.
104+
*
105+
* Internal use only for now
106+
*/
107+
'cleanup_include_files' => [
108+
'vendor/nativephp/desktop/resources/electron/electron-plugin/src/preload/livewire-dispatcher.js',
109+
],
110+
101111
/**
102112
* The binary path of PHP for NativePHP to use at build.
103113
*/

0 commit comments

Comments
 (0)