mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-22 03:44:19 +01:00
webpack: disable performance hints
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = merge(config, {
|
||||
plugins: [
|
||||
new HtmlWebpackPlugin({
|
||||
inlineSource: '.(js|css)$',
|
||||
template: 'index.html'
|
||||
template: 'index.html',
|
||||
}),
|
||||
new HtmlWebpackInlineSourcePlugin()
|
||||
new HtmlWebpackInlineSourcePlugin(),
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user