@forge/bundler 2.0.0-next.12 → 2.0.0-next.13
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/CHANGELOG.md +6 -0
- package/out/webpack.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/out/webpack.js
CHANGED
|
@@ -188,7 +188,7 @@ const getBuildConfig = (entrypoints, config) => {
|
|
|
188
188
|
modules: require.resolve.paths('babel-loader') || undefined
|
|
189
189
|
},
|
|
190
190
|
plugins: [
|
|
191
|
-
new webpack_1.default.IgnorePlugin({ resourceRegExp: /node-fetch
|
|
191
|
+
new webpack_1.default.IgnorePlugin({ resourceRegExp: /^encoding$/, contextRegExp: /node-fetch/ }),
|
|
192
192
|
new webpack_1.default.ProvidePlugin({
|
|
193
193
|
Buffer: [resolveModulePath('buffer/'), 'Buffer'],
|
|
194
194
|
path: resolveModulePath('path-browserify'),
|