chore(build): use vitejs

This commit is contained in:
Paul Chavard 2022-06-17 12:36:21 +02:00
parent 070a89db11
commit ea18c2b9ba
37 changed files with 1119 additions and 4437 deletions

View file

@ -1,6 +1,5 @@
class BrowserSupport
def self.supported?(browser)
# See .browserslistrc
[
browser.chrome? && browser.version.to_i >= 50 && !browser.platform.ios?,
browser.edge? && browser.version.to_i >= 14 && !browser.compatibility_view?,