@vonaffenfels/slate-editor 1.1.39 → 1.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vonaffenfels/slate-editor",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -72,7 +72,7 @@
72
72
  "cssnano": "^5.0.1",
73
73
  "escape-html": "^1.0.3"
74
74
  },
75
- "gitHead": "5039c3a8ae4e6e90f31a2e832f55dc3e02fcb190",
75
+ "gitHead": "6b708b3a2b8b1e61077b6d504dd94ec9665b47f4",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
package/webpack.config.js CHANGED
@@ -104,12 +104,13 @@ module.exports = {
104
104
  resolve: {
105
105
  extensions: ['.js', '.json', '.jsx'],
106
106
  fallback: {
107
+ fs: false,
108
+ zlib: false,
107
109
  stream: false,
108
- buffer: false,
109
- util: false,
110
110
  path: false,
111
- fs: false,
112
111
  timers: false,
112
+ buffer: false,
113
+ util: false,
113
114
  },
114
115
  alias: {
115
116
  scss: path.resolve(__dirname, 'scss'),