Skip to content

Commit

Permalink
Chore(demo): Add path alias to web-twig-demo to fix missing module
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Jun 21, 2024
1 parent 4fd428a commit 9138ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web-twig-demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const config = Encore.getWebpackConfig();

config.resolve.alias = {
'@floating-ui/dom': path.resolve(__dirname, 'node_modules/@floating-ui/dom'),
'@lmc-eu/spirit-design-tokens': path.resolve(__dirname, 'node_modules/@lmc-eu/spirit-design-tokens'),
};

module.exports = config;

0 comments on commit 9138ce3

Please sign in to comment.