mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-21 19:34:19 +01:00
webpack: disable performance hints
This commit is contained in:
@@ -10,8 +10,8 @@ module.exports = merge(config, {
|
||||
mode: 'development',
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
template: 'index.html'
|
||||
})
|
||||
template: 'index.html',
|
||||
}),
|
||||
],
|
||||
serve: {
|
||||
content: __dirname + '/dist',
|
||||
@@ -27,6 +27,6 @@ module.exports = merge(config, {
|
||||
}
|
||||
);
|
||||
app.use(convert(ttydProxy));
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user