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 - -