Cleaning Code, moving functions...

This commit is contained in:
Paolo Arena
2019-03-22 15:32:32 +01:00
parent a2c1a90050
commit dd695a7ce5
56 changed files with 512 additions and 533 deletions

View File

@@ -23,10 +23,10 @@ const baseConfig = {
'.ts', '.js', '.vue',
],
alias: {
'@components': helpers.root('src/components/components/index.ts'),
'@components': helpers.root('src/components/components'),
'@views': helpers.root('src/components/views/index.ts'),
'@views': helpers.root('src/components/views'),
'@components': helpers.root('src/components/index.ts'),
'@components': helpers.root('src/components'),
'@views': helpers.root('src/views/index.ts'),
'@views': helpers.root('src/views'),
'@src': helpers.root('src'),
'@icons': helpers.root('src/assets/icons'),
'@images': helpers.root('src/assets/images'),
@@ -112,4 +112,4 @@ const baseConfig = {
],
};
module.exports = baseConfig;
module.exports = baseConfig;