0.0.3 • Published 7 years ago

jasonette-webpack-plugin v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Build Status codecov Code Climate npm version

Jasonette Webpack Plugin

The Jasonette Webpack plugin aims to take some of the pain out of writing JSON for Jasonette. With this plugin, your JSON is just an export of a JavaScript object. Some of the benefits you get with this approach:

  • You can use comments
  • No need to quote object properties
  • You can use single quotes for strings
  • Object values are automatically converted to strings
  • You can use trailing commas
  • Functions are automatically exported for use in Jasonette templates
  • Automatic minification of your JSON, which can reduce the file size by a lot
  • Access to the whole node ecosystem

Install

npm install jasonette-webpack-plugin

Example usage coming soon!

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago