From 2cb11f86f7a4f74247899c609dfa09bef0f93352 Mon Sep 17 00:00:00 2001 From: Matthew White Date: Tue, 24 Sep 2019 18:17:30 -0400 Subject: [PATCH] Build without using modern mode See #254. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 120e3208d..6414b6197 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "dev": "vue-cli-service build --mode development --watch", - "build": "vue-cli-service build --modern", + "build": "vue-cli-service build", "lint": "vue-cli-service lint --no-fix src/ test/", "test": "karma start" },