diff --git a/package.json b/package.json index af352ae..1168b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hellosign-embedded", - "version": "2.12.2", + "version": "2.12.3", "description": "Embed HelloSign signature requests and templates from within your web application.", "main": "index.js", "license": "MIT", diff --git a/webpack.config.js b/webpack.config.js index d5e4172..eac6108 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,6 +4,9 @@ const webpack = require('webpack'); const pkg = require('./package.json'); const config = { + node: { + global: false + }, entry: [ 'url-polyfill', 'url-search-params-polyfill',