fork from bc4552c5a8
This commit is contained in:
10
webpack.alias.js
Normal file
10
webpack.alias.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
resolve: {
|
||||
alias: {
|
||||
'common': path.resolve(__dirname, 'common'),
|
||||
'client': path.resolve(__dirname, 'client')
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user