We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The toolkit would comprise:
Aggregated files updated by analyzer of individual updated HTML. The aggregated DCE module name is configurable, defaults to index
index
"module": "index.js",
.dce.js
"types": "./index.d.ts"
.dce.d.ts
"web-types": "./web-types.json"
.vscode/settings.json
"html.customData": [ "./html.customData.json", "./dist/html.customData-dce.json" ]
per HTML file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The toolkit would comprise:
Generated Files
Aggregated files updated by analyzer of individual updated HTML. The aggregated DCE module name is configurable, defaults to
index
"module": "index.js",
- import of generated.dce.js
"types": "./index.d.ts"
- typings from generated.dce.d.ts
"web-types": "./web-types.json"
- IntelliJ.vscode/settings.json
per HTML file
.dce.d.ts
.dce.js
The text was updated successfully, but these errors were encountered: