Brian Kirkpatrick
Brian Kirkpatrick
+1 (though it makes me sad to say it; I
I wouldn't mind submitting a PR or two, as this project is a dependency for one I use quite often (), and there's a number of parsing features I would...
There are three open PRs for the same change (#4354 , #4294 , and this one). Recommend this PR be accepted and others closed. Changes are identical (+/- a comment...
Theoretically, there should be a way to add an additional grunt task under "webpack" option to utilize the experimental "module" library type: https://webpack.js.org/configuration/output/#type-module I'm experimenting with some options but haven't...
Understood. With the webpack major version breaking (currently "^1.12.6", whereas the module feature remains experimental even in 5+), it's probably not an option anyway just for this feature. Instead, I...
In addition to "handlebars" and "runtime" entries under the "webpack" field in "Gruntfile.js", I added another build definition: ```js esm: { entry: './dist/cjs/handlebars.js', output: { filename: 'handlebars.mjs', libraryTarget: 'var' },...