We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
would like to adopt and write ESM, but 11ty does not support it yet - 11ty/eleventy#836.
But, when it is ready, would like to be able to do now do the following:
module.exports
export default
Here was some work I had in progress as a branch - https://github.com/ProjectEvergreen/eleventy-plugin-wcc/tree/11ty-wcc-esm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
would like to adopt and write ESM, but 11ty does not support it yet - 11ty/eleventy#836.
But, when it is ready, would like to be able to do now do the following:
module.exports
=>export default
Here was some work I had in progress as a branch - https://github.com/ProjectEvergreen/eleventy-plugin-wcc/tree/11ty-wcc-esm
The text was updated successfully, but these errors were encountered: