是否可以避免使用 create-react-app 捆绑 React 库?
Is it possible to avoid bundling the React library using create-react-app?
是否可以在使用 create-react-app 时避免在构建过程中捆绑 React 库?我宁愿从 CDN 加载它。否则,我将不得不改用 WebPack,这没关系,但我真的使用 create-react-app,因为它使所有内容保持整洁。
谢谢!
是否可以在使用 create-react-app 时避免在构建过程中捆绑 React 库?我宁愿从 CDN 加载它。否则,我将不得不改用 WebPack,这没关系,但我真的使用 create-react-app,因为它使所有内容保持整洁。
谢谢!