mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
11 lines
137 B
JavaScript
11 lines
137 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
entry: './index.js',
|
||
|
resolve: {
|
||
|
alias: {
|
||
|
F: './node_modules/filing-cabinet'
|
||
|
}
|
||
|
}
|
||
|
};
|