Daniel Ruf

Results 910 comments of Daniel Ruf

Related: https://github.com/npm/npm/issues/13789

@mazammajmudar how is this related to tine20?

Related to https://github.com/tine20/tine20/issues/6377

CSP can be dangerous. Start with the reporting-only mode for CSP. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only

Bump. Still relevant. Please also enable CI for PRs.

https://github.com/feross/buffer is for example a solution for the browser but it depends on the library that you use. This is not a really a problem with webpack itself imo.

Buffer in general is not part of the browser APIs and only a NodeJS API.

Regarding the `browser` field, see https://webpack.js.org/configuration/resolve/#resolvealiasfields and https://github.com/webpack/webpack/issues/151 If this does not work try importing directly https://unpkg.com/browse/[email protected]/dist/es/browser.js

What are the current plans regarding lazyloading?