fix linting errors

This commit is contained in:
einhornimmond 2021-03-25 13:35:38 +01:00
parent ad85e838ea
commit 96a2e4c6fb

View File

@ -29,6 +29,5 @@ module.exports = {
// Enable CSS source maps.
sourceMap: process.env.NODE_ENV !== 'production',
},
outputDir: path.resolve(__dirname, './dist/vue' ),
outputDir: path.resolve(__dirname, './dist/vue'),
}