在我的脚本之后的create-react-app Bootstrap-react加载中,所以我的脚本具有低优先级

时间:2017-05-05 13:05:57

标签: node.js reactjs react-bootstrap

在我的脚本之后的create-react-app Bootstrap-react加载中,所以我的脚本优先级低。 我该怎么改变它?我不知道,因为无法更改react-create-app的webpack配置 在我的主要部分中,我补充说:
    -fno-strict-aliasing
    import 'bootstrap/dist/css/bootstrap.css';
在我的不同组件之后,我添加了像这样的反应组件:
    import 'bootstrap/dist/css/bootstrap-theme.css';

0 个答案:

没有答案