mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Point to search addon properly
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ gulp.task('browserify', ['tsc'], function() {
|
||||
let browserifyOptionsSearchAddon = {
|
||||
basedir: buildDir,
|
||||
debug: true,
|
||||
entries: [`../${outDir}/addons/search/search.js`],
|
||||
entries: [`${outDir}/addons/search/search.js`],
|
||||
cache: {},
|
||||
packageCache: {}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user