Update vite.config.js

This commit is contained in:
Ryan Haskell-Glatz 2021-06-21 19:28:45 -05:00 committed by GitHub
parent b70269ba7a
commit b1766bfa57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
import elmPlugin from 'rollup-plugin-elm'
import elmPlugin from 'vite-plugin-elm'
export default {
root: 'public',
plugins: [elmPlugin()]
}
}