Skip to content

Commit

Permalink
Merge branch 'develop' into 'main'
Browse files Browse the repository at this point in the history
feat: pages

See merge request triones/npm-pkg/alkaid!10
  • Loading branch information
fengxiaotx committed Dec 9, 2023
2 parents e3630d8 + 3f4366b commit e793634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/basic/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ module.exports={
},
configure: (webpackConfig, { env, paths }) => {
webpackConfig.output = {
...webpackConfig.output,
path: path.resolve(__dirname, 'build'),
publicPath: './'
};
return webpackConfig;
Expand Down

0 comments on commit e793634

Please sign in to comment.