Skip to content

Commit

Permalink
Merge pull request #60 from CityOfPhiladelphia/li-testing
Browse files Browse the repository at this point in the history
sets vue mode to production in vue.config.js
  • Loading branch information
ajrothwell authored Nov 10, 2023
2 parents 6fb45cb + 6f01aec commit 3b438cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const Visualizer = require('webpack-visualizer-plugin');
const ExtractTextPlugin = require('mini-css-extract-plugin');

module.exports = {
mode: 'production',
configureWebpack: {
plugins: [
new Visualizer({ filename: './statistics.html' }),
Expand Down

0 comments on commit 3b438cd

Please sign in to comment.