Jordan Sexton 2 年之前
父节点
当前提交
61331b9784
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/starter/example/next.config.js

+ 1 - 0
packages/starter/example/next.config.js

@@ -1,3 +1,4 @@
+/* eslint-disable @typescript-eslint/no-var-requires */
 const withAntdLess = require('next-plugin-antd-less');
 const { PHASE_PRODUCTION_BUILD } = require('next/constants');