In the root project directory, you can run:
Prepares the app build for upload to chrome://extensions/ and the Google Chrome Webstore
It correctly bundles your project and optimizes the build for use as a Chrome Extension. \
This command creates two things:
- A
./dist
directory that contains the files forchrome://extensions/
-- use this folder to load the unpacked extension - A file called latestBuild.zip, this .zip can be uploaded to the Developer Console when submitting your extension to the Chrome Web Store