Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Commit

Permalink
fix: quasar.conf > ssr config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 4, 2021
1 parent de15345 commit 6f10e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module.exports = configure(function (ctx) {

{{#preset.typescript}}chainWebpackWebserver (/* chain */) {
//
}{{else}}{{#preset.lint}}chainWebpackWebserver (chain) {
},{{else}}{{#preset.lint}}chainWebpackWebserver (chain) {
chain.plugin('eslint-webpack-plugin')
.use(ESLintPlugin, [{ extensions: [ 'js', 'vue' ] }])
},{{else}}chainWebpackWebserver (/* chain */) {
Expand Down

0 comments on commit 6f10e63

Please sign in to comment.