Skip to content

Commit

Permalink
fix: html exporter compatible with @import
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed May 1, 2023
1 parent 0c2eb58 commit dbc3ab9
Show file tree
Hide file tree
Showing 3 changed files with 233 additions and 0 deletions.
185 changes: 185 additions & 0 deletions packages/h5p-html-exporter/package-lock.json

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

2 changes: 2 additions & 0 deletions packages/h5p-html-exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"mime-types": "^2.1.35",
"postcss": "^8.4.23",
"postcss-clean": "^1.2.2",
"postcss-import": "^15.1.0",
"postcss-safe-parser": "^6.0.0",
"postcss-url": "^10.1.3",
"uglify-js": "^3.17.4",
Expand All @@ -56,6 +57,7 @@
"main": "./build/HtmlExporter.js",
"types": "./build/HtmlExporter.d.ts",
"devDependencies": {
"@types/postcss-import": "^14.0.0",
"promisepipe": "3.0.0",
"puppeteer": "17.1.3",
"tmp-promise": "3.0.3"
Expand Down
Loading

0 comments on commit dbc3ab9

Please sign in to comment.