Skip to content

Commit 43cbc3a

Browse files
committed
Remove needless entries
1 parent 5639e62 commit 43cbc3a

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

src/web/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
55
66
Copyright (c) 2026 ClearCode Inc.
77
*/
8-
import { L10n } from "./l10n.mjs";
98
//import { ConfigLoader } from "./config-loader.mjs";
109

1110
let locale;

webpack.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ module.exports = async (env, options) => {
5454
}),
5555
new CopyWebpackPlugin({
5656
patterns: [
57-
{
58-
from: "src/web/*.css",
59-
to: "[name][ext][query]",
60-
},
6157
{
6258
from: "assets/*",
6359
to: "assets/[name][ext][query]",

0 commit comments

Comments
 (0)