Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
build: improve vite support
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Sep 4, 2022
1 parent 647b249 commit 87f598b
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 72 deletions.
174 changes: 107 additions & 67 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@papyrs/what-is-internet-identity",
"version": "0.0.2",
"version": "0.0.3",
"description": "A custom element that summarizes what is Internet Identity",
"author": "David Dal Busco",
"license": "MIT",
"homepage": "https://papy.rs",
"main": "dist/index.cjs.js",
"module": "dist/what-is-internet-identity/what-is-internet-identity.esm.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.js",
"es2017": "dist/esm/index.js",
"jsnext:main": "dist/esm/index.js",
Expand All @@ -30,16 +30,16 @@
"postbuild": "npm run format:md"
},
"devDependencies": {
"@stencil/core": "^2.15.2",
"@stencil/core": "^2.17.4",
"@stencil/postcss": "^2.1.0",
"@stencil/sass": "^1.5.2",
"@stencil/store": "^1.5.0",
"@types/jest": "^27.5.1",
"autoprefixer": "^10.4.7",
"autoprefixer": "^10.4.8",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"prettier": "^2.6.2",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-organize-imports": "^3.1.1",
"puppeteer": "^14.1.1"
},
"repository": {
Expand Down
3 changes: 3 additions & 0 deletions stencil.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ export const config: Config = {
],
devServer: {
openBrowser: false
},
extras: {
experimentalImportInjection: true
}
};

0 comments on commit 87f598b

Please sign in to comment.