mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Output commonjs for headless
This commit is contained in:
@@ -35,7 +35,9 @@ module.exports = {
|
||||
output: {
|
||||
filename: 'xterm.js',
|
||||
path: path.resolve('./lib-headless'),
|
||||
libraryTarget: 'umd'
|
||||
library: {
|
||||
type: 'commonjs'
|
||||
}
|
||||
},
|
||||
mode: 'production'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user