mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-05 01:51:28 -04:00
Since it moved to ES Modules in version 2.3.1, diff-dom stopped including the `diffDOM.js` file in its NPM package. We don't do any kind of bundling in our build yet, just concatenation of our scripts and some minification of the results so we can't take advantage of this yet. The `diffDOM.js` file is still available in the Github release so this moves to referencing that in the `package.json` instead, until we start using a bundler. I opened an issue to check this is what the author intended: https://github.com/fiduswriter/diffDOM/issues/84 The latest version also adds Rollup as a peer dependency.