mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 10:09:59 +00:00
Narrow linting rules and fix for eslintrc for js files
This commit is contained in:
@@ -53,7 +53,7 @@ const preactCompatPlugin = {
|
||||
"../node_modules/preact/compat/dist/compat.module.js"
|
||||
);
|
||||
|
||||
build.onResolve({ filter: /^(react|react-dom)$/ }, args => ({
|
||||
build.onResolve({ filter: /^(react|react-dom)$/ }, () => ({
|
||||
path: preactPath
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user