sp-dev-fx-webparts/samples/js-extend-webpack
chaksc d11f844a42 Webpack extension sample. 2017-01-25 22:18:17 -08:00
..
config Webpack extension sample. 2017-01-25 22:18:17 -08:00
src Webpack extension sample. 2017-01-25 22:18:17 -08:00
typings Webpack extension sample. 2017-01-25 22:18:17 -08:00
.editorconfig Webpack extension sample. 2017-01-25 22:18:17 -08:00
.gitattributes Webpack extension sample. 2017-01-25 22:18:17 -08:00
.gitignore Webpack extension sample. 2017-01-25 22:18:17 -08:00
.npmignore Webpack extension sample. 2017-01-25 22:18:17 -08:00
.yo-rc.json Webpack extension sample. 2017-01-25 22:18:17 -08:00
README.md Webpack extension sample. 2017-01-25 22:18:17 -08:00
gulpfile.js Webpack extension sample. 2017-01-25 22:18:17 -08:00
package.json Webpack extension sample. 2017-01-25 22:18:17 -08:00
tsconfig.json Webpack extension sample. 2017-01-25 22:18:17 -08:00

README.md

js-extend-webpack

This is where you include your web part docs.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* commonjs components - this allows this package to be reused from other packages.
  • dist/* - a single bundle containing the components used for uploading to a cdn pointing a registered Sharepoint webpart library to.
  • example/* a test page that hosts all components in this package.

Build options

gulp clean - TODO gulp test - TODO gulp watch - TODO gulp build - TODO gulp deploy - TODO