Gavin Wong
Gavin Wong
I just ran into this problem as well. Comment by @amura11 pretty much nailed the issue with Webpack trying to be smart by statically optimize `if (typeof module !== 'undefined')...
Without jinja it's hard to install packages that depend on instance data like: ``` ## template: jinja #cloud-config packages: - linux-modules-extra-{{ v1.kernel_release }} ```
I've just tried the example code from the `README` on version `v2.8.2` as follow: ``` const userSchema = { $id: "http://example.com/schemas/user.json", type: "object", properties: { name: { type: "string" },...