Bundle hterm

This commit is contained in:
Iwasaki Yudai 2017-08-22 15:56:56 +09:00
parent 8f95182392
commit 70aaf33082
24 changed files with 18056 additions and 520 deletions

View file

@ -3,10 +3,6 @@ module.exports = {
output: {
filename: "./dist/bundle.js"
},
externals: {
"hterm": "hterm",
"htermLib": "lib"
},
devtool: "source-map",
resolve: {
extensions: [".ts", ".tsx", ".js"],