Skip to content

Commit

Permalink
try different module resolution
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Aug 29, 2023
1 parent 56a3b6a commit 92d33a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ webpackConfig.optimization.splitChunks.cacheGroups = {
}
}

webpackConfig.resolve.modules = [
path.resolve(__dirname, 'node_modules'),
'node_modules'
]
// webpackConfig.resolve.modules = [
// path.resolve(__dirname, 'node_modules'),
// 'node_modules'
// ]

// Fix Buffer issues
webpackConfig.plugins.push(new webpack.ProvidePlugin({
Expand Down

0 comments on commit 92d33a7

Please sign in to comment.