improve interpackage config sharing
This commit is contained in:
@ -10,23 +10,6 @@ module.exports = {
|
||||
['babel-plugin-transform-builtin-extend', {
|
||||
globals: ['Error']
|
||||
}],
|
||||
['module-resolver', {
|
||||
root: [
|
||||
'./src/components'
|
||||
],
|
||||
alias: {
|
||||
Actions: './src/actions/',
|
||||
Backends: './src/backends/',
|
||||
Constants: './src/constants/',
|
||||
Formats: './src/formats/',
|
||||
Integrations: './src/integrations/',
|
||||
Lib: './src/lib/',
|
||||
Reducers: './src/reducers/',
|
||||
Redux: './src/redux/',
|
||||
Routing: './src/routing/',
|
||||
ValueObjects: './src/valueObjects/',
|
||||
}
|
||||
}],
|
||||
'transform-export-extensions',
|
||||
'@babel/plugin-proposal-class-properties',
|
||||
'@babel/plugin-proposal-object-rest-spread',
|
||||
|
Reference in New Issue
Block a user