diff --git a/package.json b/package.json index 27297704..3040d2d6 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "core-js": "2.4.1", "dragula": "^3.7.2", "font-awesome": "^4.6.3", - "handlebars": "^4.0.5", "jquery": "3.1.0", "json-loader": "^0.5.4", "ng2-dragula": "^1.2.0", diff --git a/src/webpack.config.js b/src/webpack.config.js index 950db1f7..32e9ae1c 100644 --- a/src/webpack.config.js +++ b/src/webpack.config.js @@ -78,10 +78,6 @@ module.exports = { from: 'images', to: 'images' }, - { - from: 'node_modules/handlebars/dist/handlebars.min.js', - to: 'vendor/handlebars/handlebars.min.js' - }, ], { ignore: ['*.config.js'] })