Skip to content

Commit 2ff09b2

Browse files
author
codesbiome
committed
Commentary
1 parent 08b9027 commit 2ff09b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/webpack/webpack.aliases.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
const { createWebpackAliases } = require('./webpack.helpers');
22

3-
// Export aliases
3+
/**
4+
* Export Webpack Aliases
5+
*
6+
* Tip: Some text editors will show the errors or invalid intellisense reports
7+
* based on these webpack aliases, make sure to update `tsconfig.json` file also
8+
* to match the `paths` we using in here for aliases in project.
9+
*/
410
module.exports = createWebpackAliases({
511
'@assets': 'assets',
612
'@src': 'src',

0 commit comments

Comments
 (0)