chore(build): use vitejs
This commit is contained in:
parent
070a89db11
commit
ea18c2b9ba
37 changed files with 1119 additions and 4437 deletions
|
@ -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?,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue