JavaScript by Example by S Dani Akash
Author:S, Dani Akash [S, Dani Akash]
Language: eng
Format: azw3
Tags: COM060160 - COMPUTERS / Web / Web Programming, COM051260 - COMPUTERS / Programming Languages / JavaScript, COM060080 - COMPUTERS / Web / General
Publisher: Packt Publishing
Published: 2017-08-30T04:00:00+00:00
Shipping the code
Now that you have learned how to generate production builds, what if you want to send this code to someone else? Say the DevOps team or the server administrator. In this case, if you are using version control, add the dist/ directory, the node_modules/ directory, and the .env files to your ignore list. Send the code without these two directories and the .env file. The other person should be able to figure out which environment variables to use using the .env.example file, creating the .env file, and also using the npm install and npm run webpack commands to generate the node_modules/ and dist/ directories.
For all the other steps, neatly document the procedure in a README.md file in your project root folder and send it along with the other files.
The main reason why sharing the .env file should be avoided is because the environment variables might contain sensitive information and should not be transported or stored in version control as plain text.
You have now learned about generating production builds for your applications built with Webpack. Now, the Meme Creator app does not have a production build yet! I'll let you use the webpack.config.js file used in this chapter as a reference. So, go ahead and create a production build for your Meme Creator.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(8992)
Hello! Python by Anthony Briggs(8952)
The Mikado Method by Ola Ellnestam Daniel Brolund(8894)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(7455)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7104)
Grails in Action by Glen Smith Peter Ledbrook(6970)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(6682)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(6307)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(5505)
Kotlin in Action by Dmitry Jemerov(4266)
Functional Programming in JavaScript by Mantyla Dan(3540)
Learning Java by Patrick Niemeyer & Daniel Leuck(2683)
Learning React: Functional Web Development with React and Redux by Banks Alex & Porcello Eve(2594)
Architecting Modern Java EE Applications: Designing lightweight, business-oriented enterprise applications in the age of cloud, containers, and Java EE 8 by Daschner Sebastian(2405)
Mastering Java 9 by Dr. Edward Lavieri(2385)
Learning Concurrency in Python by Elliot Forbes(2336)
Pandas Cookbook by Theodore Petrou(2311)
React Native - Building Mobile Apps with JavaScript by Novick Vladimir(2143)
Learning Angular - Second Edition by Christoffer Noring(2049)
