Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BREAKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This section details the desktop browser, JavaScript framework, and mobile platf
| --------------- | ----------------- |
| Chrome | 79+ |
| Safari | 14+ |
| Firefox | 63+ |
| Firefox | 70+ |
| Edge | 79+ |

**Minimum JavaScript Framework Versions**
Expand Down
3 changes: 1 addition & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,11 @@
"typescript": "^4.0.5"
},
"scripts": {
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json && npm run cdnloader",
"build": "npm run clean && npm run build.css && stencil build --es5 --docs-json dist/docs.json",
"build.css": "npm run css.sass && npm run css.minify",
"build.debug": "npm run clean && stencil build --debug",
"build.docs.json": "stencil build --docs-json dist/docs.json",
"clean": "node scripts/clean.js",
"cdnloader": "node scripts/copy-cdn-loader.js",
"css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css",
"css.sass": "sass --embed-sources src/css:./css",
"eslint": "eslint src",
Expand Down
30 changes: 0 additions & 30 deletions core/scripts/cdn-loader.js

This file was deleted.

28 changes: 0 additions & 28 deletions core/scripts/copy-cdn-loader.js

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions core/stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ export const config: Config = {
}),
],
buildEs5: 'prod',
extras: {
dynamicImportShim: true,
initializeNextTick: true,
scriptDataOpts: true
},
testing: {
moduleNameMapper: {
"@utils/test": ["<rootDir>/src/utils/test/utils"],
Expand Down