Skip to content

Commit

Permalink
Added new alias in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Jan 19, 2022
1 parent a5e3c6c commit c7c4d60
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 112,117 deletions.
1 change: 1 addition & 0 deletions build-system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports = (env, argv, dir = process.cwd(), onlyTS = false) => {
resolve: {
extensions: ['.js', '.ts', '.d.ts', '.json', '.less', '.svg'],
alias: {
'jodit/src': path.resolve(__dirname, '../src/'),
jodit: path.resolve(__dirname, '../src/')
}
},
Expand Down
Loading

0 comments on commit c7c4d60

Please sign in to comment.