Skip to content

Commit

Permalink
Merge pull request #38 from shopware/ntr/fixed-webpack-config
Browse files Browse the repository at this point in the history
NTR - Fixed webpack config
  • Loading branch information
lernhart authored Feb 15, 2024
2 parents 2830155 + dd235f6 commit 0b21217
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/app/storefront/build/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const { join, resolve } = require('path');
const { join } = require('path');


module.exports = (params) => {
return {
resolve: {
modules: [
`${params.basePath}Resources/app/storefront/node_modules`,
join(params.basePath, 'Resources/app/storefront/node_modules'),
],
},
};
Expand Down

0 comments on commit 0b21217

Please sign in to comment.