YuryShkoda
3d4fe304e9
fix(build): remove stale node: builtin externals breaking consumer webpack builds
...
The externals block for 'node:fs'/'node:path'/etc. became dead weight when
originally added, but the webpack 5.108.4 bump now canonicalizes bare builtin
requires to the node: form, matching it. That flips these modules from being
polyfilled by node-polyfill-webpack-plugin to leaking as unresolved literal
requires in the published bundle.
2026-07-21 18:03:19 +03:00
medjedovic
4fb0b96f11
fix: new axios requires form data content type, es6 strict issues with iterations
2025-03-07 10:36:43 +01:00
medjedovic
2072136577
fix: new node, externals
2025-02-26 09:53:43 +01:00
Yury Shkoda
657e415c0c
fix(packaging): fixed output file for Node
2023-04-21 16:02:47 +03:00
sabhas
99cfb8b2af
feat: created a minified version of adapter for executing web jobs on sas9
2023-03-16 00:26:08 +05:00
Yury Shkoda
22fa185715
feat: minified adapter for SAS9
2023-03-14 10:45:03 +03:00
Krishna Acondy
5a35237de5
fix(build): add node polyfill plugin and stub fs and readline when building for the browser
2021-07-01 09:11:03 +01:00
Yury Shkoda
155f2bb0e8
fix(webpack): removed process plugin from nodeConfig
2021-06-09 13:53:27 +03:00
Krishna Acondy
5593963b89
fix(build): provide process module for compatibility with browser
2021-06-08 08:42:48 +01:00
Krishna Acondy
2032aacba3
chore(deps): update package versions
2021-06-04 08:59:15 +01:00
Saad Jutt
39924ff078
chore: added 'https'
2021-01-26 18:45:21 +05:00
Krishna Acondy
182e66216f
fix(*): export type declarations for node version of adapter
2020-11-25 20:23:59 +00:00
Krishna Acondy
33ce592379
fix(*): fix build issue with iconv-loader
2020-09-22 10:51:44 +01:00
Krishna Acondy
23353355e4
chore(build): update webpack config to minify built code
2020-09-20 11:59:37 +01:00
Krishna Acondy
066f953863
feat(*): recreate package with new name
2020-07-07 19:53:35 +01:00