Skip to content

Commit

Permalink
chore(deps): upgrade to stencil 4 (#1257)
Browse files Browse the repository at this point in the history
* chore(deps): upgrade to stencil 4

* chore: disable sourcemaps
  • Loading branch information
sean-perkins authored Sep 12, 2023
1 parent 7f7f346 commit 0f8ade3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
30 changes: 17 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test.spec": "stencil test --spec"
},
"dependencies": {
"@stencil/core": "^2.18.0"
"@stencil/core": "^4.0.3"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
Expand Down
1 change: 1 addition & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Config } from '@stencil/core';
export const config: Config = {
namespace: 'ionicons',
buildEs5: 'prod',
sourceMap: false,
outputTargets: [
{
type: 'dist',
Expand Down

0 comments on commit 0f8ade3

Please sign in to comment.