Skip to content

Commit 36fc4d5

Browse files
committed
feat(packages/sui-bundler): use cwd
1 parent 0ff836b commit 36fc4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sui-bundler/webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const webpackConfig = {
3939
name: 'client',
4040
mode: 'production',
4141
target,
42-
context: path.resolve(process.cwd(), 'src'),
42+
context: path.resolve(CWD, 'src'),
4343
resolve: {
4444
alias: {...aliasFromConfig},
4545
extensions: ['.js', '.json', '.ts', '.tsx'],

0 commit comments

Comments
 (0)