diff --git a/components/graphql/QueryEditor.vue b/components/graphql/QueryEditor.vue deleted file mode 100644 index b48aa743a..000000000 --- a/components/graphql/QueryEditor.vue +++ /dev/null @@ -1,254 +0,0 @@ - - - - - diff --git a/components/smart/AceEditor.vue b/components/smart/AceEditor.vue deleted file mode 100644 index 299c0f7f6..000000000 --- a/components/smart/AceEditor.vue +++ /dev/null @@ -1,282 +0,0 @@ - - - - - diff --git a/components/smart/CodeMirror.vue b/components/smart/CodeMirror.vue deleted file mode 100644 index abe3845de..000000000 --- a/components/smart/CodeMirror.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - diff --git a/components/smart/JsEditor.vue b/components/smart/JsEditor.vue deleted file mode 100644 index f78102525..000000000 --- a/components/smart/JsEditor.vue +++ /dev/null @@ -1,292 +0,0 @@ - - - - - diff --git a/nuxt.config.js b/nuxt.config.js index c053be3e0..39da30434 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -281,7 +281,7 @@ export default { config.module.rules.push({ test: /\.js$/, include: /(node_modules)/, - exclude: /(node_modules)\/(ace-builds)|(@firebase)/, + exclude: /(node_modules)\/(@firebase)/, loader: "babel-loader", options: { plugins: [ diff --git a/package-lock.json b/package-lock.json index 84ac46f8c..4b7db0678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,6 @@ "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", - "ace-builds": "^1.4.12", "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "codemirror": "^5.62.3", @@ -9418,11 +9417,6 @@ "node": ">= 0.6" } }, - "node_modules/ace-builds": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.12.tgz", - "integrity": "sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==" - }, "node_modules/acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", @@ -43240,11 +43234,6 @@ "negotiator": "0.6.2" } }, - "ace-builds": { - "version": "1.4.12", - "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.12.tgz", - "integrity": "sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg==" - }, "acorn": { "version": "8.5.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz", diff --git a/package.json b/package.json index fee6fe8e1..ed6999125 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sitemap": "^2.4.0", "@nuxtjs/toast": "^3.3.1", - "ace-builds": "^1.4.12", "acorn": "^8.5.0", "acorn-walk": "^8.2.0", "codemirror": "^5.62.3", diff --git a/pages/documentation.vue b/pages/documentation.vue index 266a6efa3..e0394dff9 100644 --- a/pages/documentation.vue +++ b/pages/documentation.vue @@ -61,17 +61,13 @@ @click.native="collectionJSON = '[]'" /> -