Skip to content

Converted to ES6

Compare
Choose a tag to compare
@tomhazledine tomhazledine released this 11 Jun 14:00
· 92 commits to main since this release
  • Source code moved to /src - running npm run build now compiles the ES6 modules into production bundle at /esm and a Common JS version is added to /cjs.
  • Jest has been added for running tests. Test files live in the /tests directory, and match the main module files: for example, the /src/helpers.js file has a corresponding test file called /tests/helpers.tests.js
  • Webpack has been added to handle the compilation/transpilation of the module-code into single production-ready vanilla JS files.