我有一个React应用程序(使用create-react-app
创建,并使用yarn
构建)。
构建应用程序(yarn build
)时,我希望static
目录及其中对资源的所有引用都不是static
。
此问题引用了我要执行的操作:https://github.com/facebook/create-react-app/issues/1061
因此,问题是:如何更改纱线构建过程以将静态资源放置在static
以外的目录中?
答案 0 :(得分:0)
您需要手动从CRA弹出并配置Webpack,也许使用此插件https://github.com/webpack-contrib/copy-webpack-plugin