fix: type errors

This commit is contained in:
tiddlygit-test 2021-04-24 19:42:47 +08:00
parent b40d9ccb6a
commit 8339db631e
19 changed files with 90 additions and 183 deletions

View file

@ -1,5 +1,4 @@
/* eslint-disable @typescript-eslint/no-var-requires */
// @ts-expect-error ts-migrate(2451) FIXME: Cannot redeclare block-scoped variable 'webpackAli... Remove this comment to see the full error message
const { webpackAlias } = require('./webpack.alias');
const plugins = require('./webpack.plugins');