added catalyst library

This commit is contained in:
Fran Jurmanović
2021-05-28 20:02:14 +02:00
parent e0756282b6
commit 95a729d7d0
17 changed files with 179 additions and 8 deletions

View File

@@ -6,7 +6,8 @@ const alias = {
core: path.resolve(__dirname, '/core'),
configs: path.resolve(__dirname, '/configs'),
components: path.resolve(__dirname, '/components'),
pages: path.resolve(__dirname, '/pages')
pages: path.resolve(__dirname, '/pages'),
services: path.resolve(__dirname, '/services')
};
module.exports = {
@@ -47,6 +48,12 @@ module.exports = {
loader: 'babel-loader'
}
},
{
test: /\.m?js/,
resolve: {
fullySpecified: false
}
}
]
},
plugins: [