mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Add missing node-loader for webpack-extension-api
This commit is contained in:
parent
edca90f6cc
commit
63ce210c9a
@ -36,6 +36,10 @@ export default function (): webpack.Configuration {
|
||||
} : false,
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
test: /\.node$/,
|
||||
use: "node-loader"
|
||||
},
|
||||
{
|
||||
test: /\.tsx?$/,
|
||||
exclude: /node_modules/,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user