Skip to content

Commit

Permalink
✅ v2.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Müller <[email protected]>
  • Loading branch information
devmount committed Apr 17, 2022
1 parent 2d4e49e commit 34e11a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "songdrive",
"description": "A song management tool to store, synchronize and present songs and setlists. Built on Vue.js, Firebase and Spectre.css",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"author": {
"name": "Andreas Müller",
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ module.exports = {
maxAssetSize: 2097152 // 2 MiB
},
output: {
filename: "js/[name].js",
chunkFilename: "js/[name].bundle.js",
filename: "js/[contenthash]-[name].js",
chunkFilename: "js/[chunkhash]-[name].bundle.js",
},
},
productionSourceMap: false,
Expand Down

0 comments on commit 34e11a9

Please sign in to comment.