Skip to content

Commit

Permalink
Merge 03d0716 into 90f122c
Browse files Browse the repository at this point in the history
  • Loading branch information
kamontat authored Feb 6, 2021
2 parents 90f122c + 03d0716 commit 54b9ef6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/plugin/webpack/src/WebpackConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,6 @@ export default class WebpackConfigGenerator {
__dirname: false,
__filename: false,
},
resolve: {
modules: [
path.resolve(path.dirname(this.webpackDir), './'),
path.resolve(path.dirname(this.webpackDir), 'node_modules'),
path.resolve(__dirname, '..', 'node_modules'),
],
},
}, mainConfig || {});
}

Expand Down

0 comments on commit 54b9ef6

Please sign in to comment.