Skip to content

Commit

Permalink
fix up some packaging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
emma-sg committed Jan 8, 2024
1 parent e2456dc commit 598c39e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"homepage": "https://replayweb.page/",
"author": "Webrecorder Software",
"license": "AGPL-3.0-or-later",
"types": "dist/ui.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/sorter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { wrapCss } from "./misc";

import fasSortDown from "@fortawesome/fontawesome-free/svgs/solid/sort-down.svg";
import fasSortUp from "@fortawesome/fontawesome-free/svgs/solid/sort-up.svg";
import { customElement } from "lit/decorators.js";

// ===========================================================================
@customElement("wr-sorter")
Expand Down
8 changes: 0 additions & 8 deletions src/url-resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ import fasSearch from "@fortawesome/fontawesome-free/svgs/solid/search.svg";
import "keyword-mark-element/lib/keyword-mark.js";
import { type Item as ItemType } from "./types";

type URLResource = {
url: string;
mime: string;
status: string;
date: string;
ts: string;
};

export type URLResource = {
id: number;
title: string;
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const browserConfig = (/*env, argv*/) => {
optimization,

output: {
path: path.join(__dirname, dist),
path: path.join(__dirname, "dist"),
filename: "[name].js",
libraryTarget: "self",
globalObject: "self",
Expand Down

0 comments on commit 598c39e

Please sign in to comment.