-
Looking into a freshly generated capacitor project inside the
but I cannont find any documentation how to set up capacitor with rollup. Any ideas how to start? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It doesn't really matter what you use to bundle your app. It can even be just a simple static index.html. What you want to do is the following: In your {
"appId": "com.example",
"appName": "example",
"webDir": "dist",
"cordova": {},
"plugins": {}
} The when you run |
Beta Was this translation helpful? Give feedback.
-
Created a starter for Snowpack: https://github.com/muuvmuuv/capacitor-starter-snowpack |
Beta Was this translation helpful? Give feedback.
Created a starter for Snowpack: https://github.com/muuvmuuv/capacitor-starter-snowpack