Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-04 21:10:44 +08:00
133 changed files with 4229 additions and 2769 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ import { VueLoaderPlugin } from 'vue-loader';
import { join } from 'path';
import { existsSync } from 'fs';
import { consola } from '../common/logger';
import { WebpackConfig } from '../common/types';
import {
CWD,
CACHE_DIR,
@@ -61,7 +62,7 @@ const plugins = [
// );
// }
export const baseConfig = {
export const baseConfig: WebpackConfig = {
mode: 'development',
resolve: {
extensions: [...SCRIPT_EXTS, ...STYLE_EXTS],