mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-08 14:14:27 -05:00
* 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
10 lines
123 B
JavaScript
10 lines
123 B
JavaScript
module.exports = {
|
|
presets: [
|
|
['@babel/preset-env', {
|
|
targets: {
|
|
node: 'current'
|
|
}
|
|
}]
|
|
]
|
|
};
|