Skip to content

Commit

Permalink
Fix alias path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo-Duke committed Jan 30, 2024
1 parent 31645a6 commit ddeaede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/craco-non-split.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
module.exports = {
webpack: {
alias: {
'@terralego/core': path.resolve(__dirname, 'src/terra-front'),
'@terralego/core': path.resolve(__dirname, '../src/terra-front'),
},
configure: webpackConfig => {
const newWebpackConfig = webpackConfig;
Expand Down

0 comments on commit ddeaede

Please sign in to comment.