diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 21:26:09 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 21:26:09 +0300 |
commit | e9ee2b5d77b66f8571301cf362de006827090524 (patch) | |
tree | 28982fbbb65e9c9e3224e582e2bfb8f005c5d0e8 | |
parent | remove vendored glyphicons-halflings (diff) | |
download | soko-e9ee2b5d77b66f8571301cf362de006827090524.tar.gz soko-e9ee2b5d77b66f8571301cf362de006827090524.tar.bz2 soko-e9ee2b5d77b66f8571301cf362de006827090524.zip |
remove unused webpack declarations
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | webpack.config.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webpack.config.js b/webpack.config.js index 4562395..b2d2e1b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -44,12 +44,6 @@ module.exports = { jQuery: 'jquery', 'window.jQuery': 'jquery', 'windows.jQuery': 'jquery', - tether: 'tether', - Tether: 'tether', - 'window.Tether': 'tether', - Popper: ['popper.js', 'default'], - 'window.Tether': 'tether', - Modal: 'exports-loader?Modal!bootstrap/js/dist/modal', }), new MiniCssExtractPlugin({ filename: '[name].css', |