Skip to content

Commit

Permalink
fix: ts build error (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxiabuluo authored Sep 19, 2023
1 parent 4a23e9b commit 10b92be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import postCssPresetEnv from 'postcss-preset-env';
import ejs from 'ejs';
// import legacy from '@vitejs/plugin-legacy';
// import topLevelAwait from 'vite-plugin-top-level-await';
import { getAppConfig } from './build/config';
// import { getAppConfig } from './build/config';
import pkg from './package.json';

const appConfig = getAppConfig();
const SVGElement = fs.readFileSync('./public/icons/iconpark.tpl', 'utf-8');
const proxyHost = '127.0.0.1:9000';

Expand Down

0 comments on commit 10b92be

Please sign in to comment.