sp-dev-fx-webparts/samples/handlebarsjs-webpack-loader
dependabot[bot] a5d759a604
Bump handlebars in /samples/handlebarsjs-webpack-loader
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-16 18:29:39 +00:00
..
.vscode HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
src HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
typings HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.editorconfig HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.gitattributes HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.gitignore HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.npmignore HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.yo-rc.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
README.md Updating telemetry link 2021-12-20 10:25:30 -05:00
gulpfile.js Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
package-lock.json Bump handlebars in /samples/handlebarsjs-webpack-loader 2022-01-16 18:29:39 +00:00
package.json Bump handlebars in /samples/handlebarsjs-webpack-loader 2022-01-16 18:29:39 +00:00
settings.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
tsconfig.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
typings.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Handlebars
3/5/2017 12:00:00 AM

SPFx Sample with Handlebars.js

This sample demonstrate how to set up SPFx to use Handlebars through webpack loader.

Compatibility

SPFx 1.4.1 Node.js v6 | v8 Compatible with SharePoint Online Compatible with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible

Applies to

Solution

Solution Author(s)
handlebarsjs-webpack-loader Stefan Bauer - n8d (@stfbauer)

Version history

Version Date Comments
1.1 March 21, 2018 Update to Version 1.4.1
1.0 March 5, 2017 Initial release

Building the code

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

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.