salva-la-costanera/vite.config.js

10 lines
146 B
JavaScript
Raw Normal View History

2021-07-06 21:04:14 +00:00
import legacy from "@vitejs/plugin-legacy";
export default {
plugins: [
legacy({
targets: ["defaults", "not IE 11"],
}),
],
};