Source code:
The src/ folder contains the JavaScript files.
The webpack bundled JS files go into the folder extension/.
dev process:
JavaScript gets bundled using webpack, babel and gulp.
- Operating system: windows 7
- node.js v6.11.4
- npm 5.6.0
Run the following from console/terminal (root folder):
for installing all required node modules (see: package.json)
npm install
Run the following from console/terminal (root folder):
for bundling the source code
gulp build