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!9
  • Loading branch information
fengxiaotx committed Dec 9, 2023
2 parents 5b9fc27 + 65bf7be commit e3630d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/basic/craco.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ module.exports={
// "@alkaid/formily-antd": resolve("src/alkaid/antd"),
// "@alkaid/formily-setters": resolve("src/alkaid/setters"),
},
configure: (webpackConfig, { env, paths }) => {
webpackConfig.output = {
publicPath: './'
};
return webpackConfig;
},
},

}

0 comments on commit e3630d8

Please sign in to comment.