Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Remove some nuxt config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
curtgrimes committed Jun 2, 2021
1 parent 2e7bda2 commit a4b8dd0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,7 @@ module.exports = {
proxy: true,
timeout: 7000, // ms
},
// Nuxt loading bar
loading: false,
/*
** Build configuration
*/
build: {
babel: {
compact: true, // https://github.com/bootstrap-vue/bootstrap-vue/issues/5627#issuecomment-668487772
Expand All @@ -283,16 +279,7 @@ module.exports = {
],
],
},
// analyze: true,
extend(config, { isDev, isClient }) {
// if (isDev && isClient) {
// config.module.rules.push({
// enforce: 'pre',
// test: /\.(js|vue)$/,
// loader: 'eslint-loader',
// exclude: [/node_modules/, /middleware/, ],
// });
// }
if (process.client) {
config.devtool = '#source-map';
}
Expand Down

0 comments on commit a4b8dd0

Please sign in to comment.