-
-
Save jacksteamdev/76e39b572d5069d482709ae291c2272d to your computer and use it in GitHub Desktop.
CRA CRX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Eliminates inline script from index.html | |
INLINE_RUNTIME_CHUNK=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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