Skip to content

Commit

Permalink
feat: pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxiaotx committed Dec 9, 2023
1 parent 5f7cbdc commit 65bf7be
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 65bf7be

Please sign in to comment.