diff --git a/package.json b/package.json index b76b165b..8a9bf4aa 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ "eslint-plugin-vue": "^6.2.2", "sass": "^1.26.3", "sass-loader": "^8.0.2", - "vue-template-compiler": "^2.6.11", - "webpack-bundle-tracker": "^1.0.0-alpha.1" + "vue-template-compiler": "^2.6.11" }, "babel": { "presets": [ diff --git a/vue.config.js b/vue.config.js index 1bc95a83..122d1e77 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,17 +7,7 @@ * the HelloWorld component. */ -const BundleTracker = require("webpack-bundle-tracker"); - module.exports = { // Output to Django statics outputDir: './static/bundles/', - - // Customize Webpack - chainWebpack: config => { - // Create file for django-webpack-loader - config - .plugin('BundleTracker') - .use(BundleTracker, [{ filename: './webpack-stats.json' }]) - } }; \ No newline at end of file