From: Eduardo San Martin Morote Date: Fri, 5 Jul 2019 13:22:51 +0000 (+0200) Subject: test(explorations): export code to es3 to test on ie X-Git-Tag: v4.0.0-alpha.0~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09235c367bdd829056b2f773756515b6bc167a3f;p=thirdparty%2Fvuejs%2Frouter.git test(explorations): export code to es3 to test on ie --- diff --git a/explorations/html5.html b/explorations/html5.html index 0ee86547..00b19163 100644 --- a/explorations/html5.html +++ b/explorations/html5.html @@ -5,6 +5,7 @@ Testing History HTML5 +
diff --git a/explorations/tsconfig.json b/explorations/tsconfig.json index fa8b346e..0a690fa2 100644 --- a/explorations/tsconfig.json +++ b/explorations/tsconfig.json @@ -1,7 +1,7 @@ { "include": ["./**/*.ts"], "compilerOptions": { - "target": "esnext" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, + "target": "es3" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */, "module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, // "lib": ["es2017.object"] /* Specify library files to be included in the compilation. */, // "declaration": true /* Generates corresponding '.d.ts' file. */,