solayao / react-app-rewire-flexible

Add the lib-flexible plugin to your create-react-app via react-app-rewired

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add the lib-flexible plugin to your create-react-app via react-app-rewired

参考资料


const rewireFlexible = require('react-app-rewire-flexible');

module.exports = function override(config, env) {
    // ...
    config = rewireFlexible(config, env, [viewportWidth , viewportHeight, selectorBlackList]);
    // ...
    return config;
}

About

Add the lib-flexible plugin to your create-react-app via react-app-rewired


Languages

Language:JavaScript 100.0%