diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-08-27 14:31:26 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | c36c0278b02bde671456bbc4b1a2a2e2872a332f (patch) | |
tree | 070711f19a5d8c9d867fcd1db37fe4a08ae36411 | |
parent | Remove an endpoint that never existed (diff) | |
download | synapse-c36c0278b02bde671456bbc4b1a2a2e2872a332f.tar.xz |
Not importing that from there
-rw-r--r-- | synapse_topology/webui/webpack.config.babel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/webui/webpack.config.babel.js b/synapse_topology/webui/webpack.config.babel.js index 8b8d2512de..5d646deb54 100644 --- a/synapse_topology/webui/webpack.config.babel.js +++ b/synapse_topology/webui/webpack.config.babel.js @@ -66,7 +66,7 @@ export default { title: 'Topology - The synapse configuration tool', }), new HtmlWebpackTagsPlugin({ - tags: ['css/bootstrap.min.css', 'css/main.css'], + tags: ['css/bootstrap.min.css'], }), ], }; |