Remove ~ alias
This commit is contained in:
parent
a11e9acd12
commit
317addb7e3
@ -67,9 +67,7 @@ module.exports = {
|
||||
fs: 'empty'
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': path.resolve(__dirname, '..')
|
||||
},
|
||||
alias: {},
|
||||
modules: [
|
||||
path.join(__dirname, '../node_modules')
|
||||
],
|
||||
|
@ -19,8 +19,6 @@ const path = require('path');
|
||||
module.exports = {
|
||||
context: path.join(__dirname, '../src'),
|
||||
resolve: {
|
||||
alias: {
|
||||
'~': path.resolve(__dirname, '..')
|
||||
}
|
||||
alias: {}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user