-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: #128 remove redundant and restructure dependencies * chore: resolve all warning on build console * chore: resolve warning peer dependencies for install by yarn * fix: resolve package cognito-auth in cognito package * chore: remove query-string dependency
- Loading branch information
Showing
24 changed files
with
428 additions
and
519 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module.exports = { | ||
rollup(config) { | ||
const newConfig = { | ||
...config, | ||
output: { | ||
...config.output, | ||
globals: { | ||
...config.output.globals, | ||
'amazon-cognito-identity-js': 'amazon-cognito-identity-js', | ||
hardtack: 'hardtack', | ||
jsonwebtoken: 'jsonwebtoken', | ||
formik: 'formik', | ||
'@reapit/elements': '../elements', | ||
}, | ||
}, | ||
} | ||
return newConfig | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
module.exports = { | ||
rollup(config) { | ||
const newConfig = { | ||
...config, | ||
output: { | ||
...config.output, | ||
globals: { | ||
...config.output.globals, | ||
'styled-components': 'styled-components', | ||
'react-dom': 'react-dom', | ||
formik: 'formik', | ||
'react-router-dom': 'react-router-dom', | ||
'react-google-map': 'react-google-map', | ||
'react-google-maps-loader': 'react-google-maps-loader', | ||
'react-datepicker': 'react-datepicker', | ||
dayjs: 'dayjs', | ||
'dayjs/plugin/customParseFormat': 'dayjs/plugin/customParseFormat', | ||
'react-table': 'react-table', | ||
'react-icons/md': 'react-icons/md', | ||
pell: 'pell', | ||
himalaya: 'himalaya', | ||
'react-datasheet': 'react-datasheet', | ||
papaparse: 'papaparse', | ||
'dayjs/plugin/utc': 'dayjs/plugin/utc', | ||
}, | ||
}, | ||
} | ||
return newConfig | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.