mirror of
https://github.com/eugene-serb/wavelovers.git
synced 2023-09-09 23:41:16 +03:00
5b70538117
- added condition for link tags. - improve stability. - linted code. - up version. - build.
5 lines
121 B
JavaScript
5 lines
121 B
JavaScript
const { defineConfig } = require('@vue/cli-service');
|
|
module.exports = defineConfig({
|
|
transpileDependencies: true,
|
|
});
|