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:
parent
0ab850934d
commit
a761cab34b
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user