Skip to content

abdulmoizeng/proxy-polyfill-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-polyfill-loader

proxy poly fill loader for webpack

Installation

npm install proxy-polyfill-loader --save-dev

Usage

Apply the proxy loader as preLoader in your webpack configuration: For type script provide query param type=ts (proxy-polyfill-loader?type=ts)

module.exports = {
    module: {
        preLoaders: [
            {
                test: /\.ts$/,
                loader: 'proxy-polyfill-loader'
            }
        ]
    }

}

Proxy fill

Added by proxy-polyfill (https://github.com/GoogleChrome/proxy-polyfill) module es5 standard transpilation can be transpiled by following commands

npm install
npm run transpile-proxy

License

MIT

About

proxy poly fill loader for webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published