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 <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed Aug 29, 2023
1 parent 4ccbcde commit 309ecfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions webpack.config.js
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 309ecfb

Please sign in to comment.