This website requires JavaScript.
Explore
Help
Sign In
darkhelm
/
notifications-admin
Watch
1
Star
0
Fork
0
You've already forked notifications-admin
mirror of
https://github.com/GSA/notifications-admin.git
synced
2025-12-08 22:24:22 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
notifications-admin
/
babel.config.js
10 lines
123 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Updates to the tests, committing as they currently run but I need to work on the coverage
2024-06-27 11:01:31 -04:00
module
.
exports
=
{
Feat/webpack (#2998) * First commit * Removed govuk for webpack. Modernized javascript importing. Removed dead js * Fixed tests, a few styling bugs * Fixed some table errors and regenerated backstop ref images * Updated tests for coverage * Changes from carlo suggestions
2025-10-14 13:20:58 -04:00
presets
:
[
[
'@babel/preset-env'
,
{
targets
:
{
node
:
'current'
}
}
]
]
Updates to the tests, committing as they currently run but I need to work on the coverage
2024-06-27 11:01:31 -04:00
}
;
Reference in New Issue
Copy Permalink