From 45b56c12abf8ad0837fb0370d9b300bb0836ef92 Mon Sep 17 00:00:00 2001 From: "Val Erastov (xibyte)" Date: Tue, 24 Mar 2020 00:12:45 -0700 Subject: [PATCH] clean up dependencies --- package.json | 4 ---- webpack.config.js | 4 ---- 2 files changed, 8 deletions(-) diff --git a/package.json b/package.json index 0fe10ef4..1c729e67 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,6 @@ "less-loader": "^4.1.0", "raw-loader": "^4.0.0", "style-loader": "0.13.1", - "svg-inline-loader": "^0.8.2", "webpack": "^4.26.1", "webpack-cli": "^3.1.2", "webpack-dev-server": "^3.7.2" @@ -58,9 +57,6 @@ "clipper-lib": "6.2.1", "diff-match-patch": "1.0.0", "earcut": "2.1.1", - "handlebars": "^4.5.3", - "handlebars-loader": "1.7.1", - "jquery": "^3.4.1", "less": "^3.8.1", "libtess": "1.2.2", "lodash": "^4.17.15", diff --git a/webpack.config.js b/webpack.config.js index 04a7b41c..7fc24873 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -97,10 +97,6 @@ module.exports = { } ], }, - { - test: /\.html$/, - use: 'handlebars-loader?helperDirs[]=' + __dirname + '/web/app/ui/helpers' - }, { test: /\.svg$/, loader: 'raw-loader'