From a08138f5d87518040fd29a24bb9fa34a800ab139 Mon Sep 17 00:00:00 2001 From: sua yoo Date: Tue, 7 Jan 2025 20:52:53 -0800 Subject: [PATCH] remove unused files --- frontend/locales.webpack.config.js | 24 ------------------------ package.json | 5 ----- yarn.lock | 4 ---- 3 files changed, 33 deletions(-) delete mode 100644 frontend/locales.webpack.config.js delete mode 100644 package.json delete mode 100644 yarn.lock diff --git a/frontend/locales.webpack.config.js b/frontend/locales.webpack.config.js deleted file mode 100644 index 93aed36690..0000000000 --- a/frontend/locales.webpack.config.js +++ /dev/null @@ -1,24 +0,0 @@ -const path = require("path"); - -const glob = require("glob"); -const webpack = require("webpack"); - -module.exports = { - resolve: { - extensions: [".ts"], - }, - entry: { - locales: glob.sync("./src/__generated__/locales/*.ts"), - }, - output: { - path: path.join(__dirname, "dist/vendor"), - filename: "dll.[name].js", - library: "[name]_[fullhash]", - }, - plugins: [ - new webpack.DllPlugin({ - path: path.join(__dirname, "dist/vendor", "[name]-manifest.json"), - name: "[name]_[fullhash]", - }), - ], -}; diff --git a/package.json b/package.json deleted file mode 100644 index 7b940d473e..0000000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "devDependencies": { - "@parabol/webpack-autodll-plugin": "^1.3.0" - } -} diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index fb57ccd13a..0000000000 --- a/yarn.lock +++ /dev/null @@ -1,4 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - -