Remove outdated comments in vue.config.js

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-14 18:57:44 +02:00
parent a9c8875f49
commit bada3d1cb3

View File

@@ -37,12 +37,4 @@ module.exports = {
},
},
},
// configureWebpack: {
// optimization: {
// splitChunks: {
// minSize: 10000,
// maxSize: 250000,
// },
// },
// },
};