Improve .npmignore of xterm-addon-search #3138
Comments
|
Partly also covered by the issue #3137. Guess we should clarify, what we want to end up in packages for whatever reason and exclude everything else. |
|
I would like to take on this and related #3137 |
|
@kumaran-14 the solution for these is to make the .npmignore for the various modules (addons+code for #3137) exclude files that we should not be shipping inside the modules. You might want to read up about how .npmignore works before jumping in - it's similar to .gitignore. |
|
Had another look into this - it seems our addon packages are stuck between source distribution - nodejs target - browser prebundled, we kinda have abit of everything but nothing to proper full extend Not sure where to go from here, a few thoughts are:
|
AFAIK we could use the |
|
To solve the build target ambiguity, there is a new package.json entry |


You can see from
https://unpkg.com/browse/xterm-addon-search@0.7.0/
that the
xterm-addon-searchnpm packages contains unnecessary resources:fixturesoutsrc(lib/xterm-addon-search.js.map already contains sources)The text was updated successfully, but these errors were encountered: