mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix linting errors
This commit is contained in:
parent
f97b7cf709
commit
ad85e838ea
@ -27,8 +27,8 @@ module.exports = {
|
||||
},
|
||||
css: {
|
||||
// Enable CSS source maps.
|
||||
sourceMap: process.env.NODE_ENV !== 'production'
|
||||
sourceMap: process.env.NODE_ENV !== 'production',
|
||||
},
|
||||
outputDir: path.resolve(__dirname, "./dist/vue" ),
|
||||
};
|
||||
outputDir: path.resolve(__dirname, './dist/vue' ),
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user