Skip to content

Enable source code inlining capabilities in a react-app-rewired applictaion

Notifications You must be signed in to change notification settings

marcopeg/react-app-rewire-inline-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

react-app-rewire-inline-source

Enable source code inlining capabilities in a react-app-rewired application.

Inlining CSS has the great advantage to reduce the server hits and dramatically improve time to first meaningful paint in your pwa.

/* config-overrides.js */
const rewireInlinSource = require('react-app-rewire-inline-source')

module.exports = function override (config, env) {
    config = rewireInlinSource(config, env)
    return config
}

About

Enable source code inlining capabilities in a react-app-rewired applictaion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published