Fixed AES warnings during rollup.
This commit is contained in:
parent
d3f5f6f726
commit
2e579ec1ae
@ -16,6 +16,7 @@ function getConfig(opts) {
|
||||
format: "esm",
|
||||
sourcemap: true
|
||||
},
|
||||
context: "window",
|
||||
treeshake: false,
|
||||
plugins: [ nodeResolve({
|
||||
exportConditions,
|
||||
@ -23,7 +24,6 @@ function getConfig(opts) {
|
||||
modulesOnly: true,
|
||||
preferBuiltins: false
|
||||
}) ],
|
||||
// external: [ "crypto" ]
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user