mirror of
https://github.com/yudai/gotty.git
synced 2026-01-25 18:56:10 +01:00
Add license-loader
Since xterm and hterm do not have proper comments for their license, add license-loader to keep their license information in the minimized bundle file.
This commit is contained in:
parent
46a8b006f0
commit
7355d67a64
5 changed files with 76 additions and 5 deletions
|
|
@ -14,7 +14,12 @@ module.exports = {
|
|||
{
|
||||
test: /\.tsx?$/,
|
||||
loader: "ts-loader",
|
||||
exclude: [/node_modules/],
|
||||
exclude: /node_modules/
|
||||
},
|
||||
{
|
||||
test: /\.js$/,
|
||||
include: /node_modules/,
|
||||
loader: 'license-loader'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue