Skip to content

Commit 6b7b60f

Browse files
committed
chore(deps): update deps
1 parent fd0da66 commit 6b7b60f

File tree

3 files changed

+4444
-6633
lines changed

3 files changed

+4444
-6633
lines changed

.config/webpack/webpack.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ const config = async (env): Promise<Configuration> => ({
8181
loader: 'swc-loader',
8282
options: {
8383
jsc: {
84-
baseUrl: './src',
84+
// baseUrl: './src',
85+
baseUrl: path.resolve(process.cwd(), "src"),
8586
target: 'es2015',
8687
loose: false,
8788
parser: {

0 commit comments

Comments
 (0)