Skip to content

Commit

Permalink
Committing Prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Prettier Bot committed Sep 11, 2024
1 parent 1df1c92 commit b759b46
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const { defineConfig } = require('@vue/cli-service');
const { defineConfig } = require('@vue/cli-service')

Check failure on line 1 in vue.config.js

View workflow job for this annotation

GitHub Actions / lint

'require' is not defined

module.exports = defineConfig({

Check failure on line 3 in vue.config.js

View workflow job for this annotation

GitHub Actions / lint

'module' is not defined
transpileDependencies: true,
publicPath: process.env.NODE_ENV === 'production'
? '/my-calculator/'
: '/'
});
publicPath: process.env.NODE_ENV === 'production' ? '/my-calculator/' : '/'

Check failure on line 5 in vue.config.js

View workflow job for this annotation

GitHub Actions / lint

'process' is not defined
})

0 comments on commit b759b46

Please sign in to comment.