1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

removed unused rules from webpack's config (renderer)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-11-03 16:02:01 +02:00
parent 0ab850934d
commit a761cab34b

View File

@ -88,13 +88,6 @@ export function webpackLensRenderer({ showVars = true } = {}): webpack.Configura
},
module: {
rules: [
{
// Allow to load raw file contents with dynamic imports, e.g. import("../some-path.txt?raw")
// See also: https://webpack.js.org/guides/asset-modules/
use: "raw-loader",
resourceQuery: /raw/,
enforce: "post",
},
{
test: /\.node$/,
use: "node-loader",