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
Please can you just upgrade xml-encryption to ^1.0.0 so that this works on Webpack? See related issue below.
xml-encryption
^1.0.0
auth0/node-xml-encryption#55
The text was updated successfully, but these errors were encountered:
I know this is a year old but I needed to do this. It's possible to make this work with webpack by using...
const CopyPlugin = require("copy-webpack-plugin"); module.exports = { node: { __dirname: false }, plugins: [ new CopyPlugin({ patterns: [ { from: "./node_modules/saml/lib/saml20.template", to: "./path/to/your/stuff" }, { from: "./node_modules/saml/lib/saml11.template", to: "./path/to/your/stuff" } ] }) ] };
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Please can you just upgrade
xml-encryption
to^1.0.0
so that this works on Webpack? See related issue below.auth0/node-xml-encryption#55
The text was updated successfully, but these errors were encountered: