Files
js-libp2p/examples/libp2p-in-the-browser/vite.config.js
Alex Potsides c64a586a20 chore: update aegir to the latest version (#1186)
Removes boilerplate config that is no longer necessary
2022-04-09 09:26:25 +01:00

5 lines
54 B
JavaScript

export default {
build: {
target: 'es2020'
}
}