2.0.0 • Published 4 years ago

edge-ms-helper v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

edge-ms-helper

This library is written using ES5 and ES6 JavaScript, and thus it is recommended to use babel-loader

Usually node_modules are excluded from using babel transpiler. However, it is recommended to use babel-transpiler, and the configuration in Webpack can be seen below.

exclude: /node_modules\/(?!edge-ms-helper)/,