PR-722301: Adding Library Components.

This commit is contained in:
2023-10-11 23:15:46 +00:00
parent 2410a0f8d0
commit b100dc40c3
34 changed files with 885 additions and 108 deletions

@ -16,7 +16,9 @@ module.exports = {
}),
config.resolve.alias = {
...config.resolve.alias,
'@components': path.resolve(__dirname, "../src/components/")
'@components': path.resolve(__dirname, "../src/components/"),
'@styles': path.resolve(__dirname, "../src/styles/"),
'@utils': path.resolve(__dirname, "../src/utils/")
};
config.resolve.plugins = [new TsconfigPathsPlugin()];
return config;