Socket
Book a DemoInstallSign in
Socket

@advisoa/gateway-clients

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@advisoa/gateway-clients

In this post, we have been able to demonstrate how to transpile code written with ES6 import and export syntax via webpack and the webpack-cli package.

latest
npmnpm
Version
1.0.35
Version published
Maintainers
1
Created
Source

Transpiling ES6 modules with Webpack

In this post, we have been able to demonstrate how to transpile code written with ES6 import and export syntax via webpack and the webpack-cli package.

To build with webpack we can run npm run watch locally for development builds. For production builds we can run npm run build.

The input file is located in the src directory which contains the entry point for our webpack build. The output files are located in the dist folder.

FAQs

Package last updated on 20 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts