Skip to content

Commit

Permalink
Merge pull request #4347 from sanger/revert-4338-y24-309-blank-asset-…
Browse files Browse the repository at this point in the history
…barcodes

Revert "Y24-309 - Set vite build target to chrome65"
  • Loading branch information
SHIV5T3R authored Sep 16, 2024
2 parents e1ec58c + 8925b11 commit 2fa8e6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion app/frontend/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
parserOptions: {
parser: "babel-eslint",
sourceType: "module",
ecmaVersion: 2018,
},
rules: {
"no-unused-vars": [
Expand Down
5 changes: 1 addition & 4 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import { createVuePlugin } from "vite-plugin-vue2";
import legacy from "@vitejs/plugin-legacy";

export default defineConfig({
build: {
emptyOutDir: true,
target: ["chrome65", "es2019"],
},
build: { emptyOutDir: true },
plugins: [RubyPlugin(), createVuePlugin(), legacy({ targets: ["defaults"] })],
resolve: {
alias: {
Expand Down

0 comments on commit 2fa8e6a

Please sign in to comment.