Skip to content

Commit 8a7e47d

Browse files
committed
remove obsolete addition to buildcontext
1 parent e97a6e8 commit 8a7e47d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bin/generate.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ if (args.h || args.help || args._.length > 1) {
6363
// Override the baseURL in the webpack config
6464
webpackConfig.baseURL.replace = baseURL;
6565

66-
// Override the buildContext in the webpack config
67-
webpackConfig.buildContext.dir = destinationPath;
68-
6966
for (const entry of webpackConfig) {
7067
entry.mode = mode;
7168
if (entry.output) {

0 commit comments

Comments
 (0)