mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
add dependencies as externals in webpack
This commit is contained in:
@@ -28,5 +28,9 @@ module.exports = {
|
||||
library: addonName,
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
mode: 'production'
|
||||
mode: 'production',
|
||||
externals: {
|
||||
'font-finder':'font-finder',
|
||||
'font-ligatures':'font-ligatures'
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user