معرفی شرکت ها


node-polyfill-webpack-plugin-2.0.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Polyfill Node.js core modules in Webpack.
ویژگی مقدار
سیستم عامل -
نام فایل node-polyfill-webpack-plugin-2.0.1
نام node-polyfill-webpack-plugin
نسخه کتابخانه 2.0.1
نگهدارنده ['richienb']
ایمیل نگهدارنده ['richiebendall@gmail.com']
نویسنده Richie Bendall
ایمیل نویسنده richiebendall@gmail.com
آدرس صفحه اصلی git+https://github.com/Richienb/node-polyfill-webpack-plugin.git
آدرس اینترنتی https://github.com/Richienb/node-polyfill-webpack-plugin#readme
مجوز MIT
# node-polyfill-webpack-plugin Polyfill Node.js core modules in Webpack. This module is only needed for [Webpack 5+](https://github.com/webpack/changelog-v5#automatic-nodejs-polyfills-removed). ## Install ```sh npm install node-polyfill-webpack-plugin ``` ## Usage Add the following to your `webpack.config.js`: ```js const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); module.exports = { // Other rules... plugins: [ new NodePolyfillPlugin() ] }; ``` ## API ### new NodePolyfillPlugin(options?) #### options Type: `object` `excludeAliases` and `includeAliases` are mutually exclusive. #### excludeAliases By default, the modules that were polyfilled in Webpack 4 are mirrored over. However, if you don't want a module like `console` to be polyfilled you can specify alises to be skipped here. ```js const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); module.exports = { // Other rules... plugins: [ new NodePolyfillPlugin({ excludeAliases: ['console'] }) ] }; ``` #### includeAliases Alternatively, you can choose to only include certain aliases. For example, you can only have `console` polyfilled. ```js const NodePolyfillPlugin = require('node-polyfill-webpack-plugin'); module.exports = { // Other rules... plugins: [ new NodePolyfillPlugin({ includeAliases: ['console'] }) ] }; ``` ## Aliases ### Globals - `Buffer` - `console` - `process` ### Modules - `assert` - `buffer` - `console` - `constants` - `crypto` - `domain` - `events` - `http` - `https` - `os` - `path` - `punycode` - `process` - `querystring` - `stream` - `_stream_duplex` - `_stream_passthrough` - `_stream_readable` - `_stream_transform` - `_stream_writable` - `string_decoder` - `sys` - `timers` - `tty` - `url` - `util` - `vm` - `zlib`


نیازمندی

مقدار نام
^2.0.0 assert
^0.2.0 browserify-zlib
^6.0.3 buffer
^1.2.0 console-browserify
^1.0.0 constants-browserify
^3.12.0 crypto-browserify
^4.22.0 domain-browser
^3.3.0 events
^2.0.2 filter-obj
^1.0.0 https-browserify
^0.3.0 os-browserify
^1.0.1 path-browserify
^0.11.10 process
^2.1.1 punycode
^0.2.1 querystring-es3
^4.0.0 readable-stream
^3.0.0 stream-browserify
^3.2.0 stream-http
^1.3.0 string_decoder
^2.0.12 timers-browserify
^0.0.1 tty-browserify
^2.14.0 type-fest
^0.11.0 url
^0.12.4 util
^1.1.2 vm-browserify


زبان مورد نیاز

مقدار نام
16.14.2 Npm


نحوه نصب


نصب پکیج tgz node-polyfill-webpack-plugin-2.0.1:

    npm install node-polyfill-webpack-plugin-2.0.1.tgz