Skip to content

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

Notifications You must be signed in to change notification settings

solayao/react-app-rewire-flexible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published