1
0
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:
Hung-Han (Henry) Chen 2020-12-04 19:03:33 +08:00
parent edca90f6cc
commit 63ce210c9a
No known key found for this signature in database
GPG Key ID: A28B7834EFA73792

View File

@ -36,6 +36,10 @@ export default function (): webpack.Configuration {
} : false,
module: {
rules: [
{
test: /\.node$/,
use: "node-loader"
},
{
test: /\.tsx?$/,
exclude: /node_modules/,