Skip to content

Instantly share code, notes, and snippets.

@jacksteamdev
Created February 9, 2021 17:53
Show Gist options
  • Save jacksteamdev/76e39b572d5069d482709ae291c2272d to your computer and use it in GitHub Desktop.
Save jacksteamdev/76e39b572d5069d482709ae291c2272d to your computer and use it in GitHub Desktop.
CRA CRX
# Eliminates inline script from index.html
INLINE_RUNTIME_CHUNK=false
module.exports = {
webpack: {
plugins: {
// Eliminates PWA files not appropriate to a CRX
remove: ["ManifestPlugin"],
},
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment