Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Nov 8, 2024
1 parent e8af714 commit 6599f8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
39 changes: 0 additions & 39 deletions frontend-bundler/.parcelrc-static

This file was deleted.

3 changes: 0 additions & 3 deletions frontend-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"scripts": {
"start": "cd ../frontend && parcel --dist-dir ../frontend-dist --config ../frontend-bundler/.parcelrc editor.html index.html error.jl.html",
"build": "cd ../frontend && parcel build --no-source-maps --public-url . --dist-dir ../frontend-dist --config ../frontend-bundler/.parcelrc editor.html index.html error.jl.html && node ../frontend-bundler/add_sri.js ../frontend-dist/editor.html",
"build-static": "cd ../frontend && parcel build --no-source-maps --public-url . --dist-dir ../frontend-dist-static --config ../frontend-bundler/.parcelrc-static editor.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
Expand All @@ -27,8 +26,6 @@
"devDependencies": {
"@parcel/optimizer-blob-url": "^2.11.0",
"@parcel/optimizer-data-url": "^2.11.0",
"@parcel/transformer-inline": "^2.11.0",
"@parcel/transformer-inline-string": "^2.11.0",
"@plutojl/posthtml-crossorigin": "^1.0.0",
"@types/node": "^22",
"posthtml": "^0.16.6",
Expand Down

0 comments on commit 6599f8c

Please sign in to comment.