Skip to content

Instantly share code, notes, and snippets.

@Moizsohail
Last active March 3, 2022 12:51
Show Gist options
  • Save Moizsohail/b16027e68659d980eddb233171c622b1 to your computer and use it in GitHub Desktop.
Save Moizsohail/b16027e68659d980eddb233171c622b1 to your computer and use it in GitHub Desktop.
Chrome Extension In React With NPM Modules: Part 2
"scripts": {
"build": "INLINE_RUNTIME_CHUNK=false GENERATE_SOURCEMAP=false react-scripts build && rm -rf dist/* && mv build/* dist && rollup --config rollup.config.js",
"dev": "npm-watch build"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment